File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 55* .swp
66* .egg *
77* .un~
8- .idea
8+ .idea
9+ build /
Original file line number Diff line number Diff line change @@ -2,13 +2,18 @@ language: python
22python :
33 - 3.4
44env :
5- - DJANGO_VERSION=1.8.17
5+ - DJANGO_VERSION=1.7.11
6+ - DJANGO_VERSION=1.8.19
7+ - DJANGO_VERSION=1.9.13
8+ - DJANGO_VERSION=1.10.8
9+ - DJANGO_VERSION=1.11.17
10+ - DJANGO_VERSION=2.0.10
11+ - DJANGO_VERSION=2.1.4
612install :
7- # Install django/nose
8- - pip install Django==$DJANGO_VERSION
9- - pip install django-nose
13+ - pip install -r requirements.txt
14+ # Install dev requirements for testing
15+ - pip install -r dev_requirements.txt
1016 # Install cache helper
1117 - pip install -e .
12- - pip install pylibmc
1318script :
1419 - python test_project/manage.py test
Original file line number Diff line number Diff line change 1+ django-nose
Original file line number Diff line number Diff line change 1+ Django >= 1.7
You can’t perform that action at this time.
0 commit comments