Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
26 lines (22 loc) · 665 Bytes

File metadata and controls

26 lines (22 loc) · 665 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: python
python:
- "2.7"
- "3.8"
env:
- DJANGO_VERSION=1.7.8
- DJANGO_VERSION=1.8.1
- DJANGO_VERSION=2.2.16
- DJANGO_VERSION=3.1.1
install:
# Install node 6 (current LTS as of January 2017)
- "rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 6"
# Install latest npm
- "npm install -g npm"
# Install node deps for render server
- "cd tests"
- "npm install"
- "cd .."
# Setup python packages
- "pip install Django==$DJANGO_VERSION"
- "pip install -r requirements.txt"
script: python runtests.py
Morty Proxy This is a proxified and sanitized view of the page, visit original site.