Skip to content

Commit

Permalink
⬆️ (demo/tests): Upgrade Python/Django versions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-o-silva committed Feb 2, 2020
1 parent 6594503 commit 6b29a8b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
25 changes: 10 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,24 @@ python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
env:
- DJANGO="django==1.11.9"
- DJANGO="django==2.0.6"
- DJANGO="django==2.1"
- DJANGO="django==1.11.27"
- DJANGO="django==2.2.9"
- DJANGO="django==3.0.2"
matrix:
exclude:
- python: "2.7"
env: DJANGO="django==2.0.6"
env: DJANGO="django==2.2.9"
- python: "2.7"
env: DJANGO="django==2.1"
include:
- python: 3.7
env: DJANGO="django==2.0.6"
dist: xenial
sudo: true
- python: 3.7
env: DJANGO="django==2.1"
dist: xenial
sudo: true
env: DJANGO="django==3.0.2"
- python: "3.5"
env: DJANGO="django==3.0.2"
install:
- pip install Pillow
- pip install $DJANGO
- pip install django-formtools>=1.0
- pip install django-formtools==2.1
- pip install django-nose
- pip install coveralls
script:
Expand Down
8 changes: 4 additions & 4 deletions demo_and_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==2.1
django-formtools>=1.0
django-nose>=1.4
Pillow==5.2.0
Django==3.0.2
django-formtools==2.1
django-nose
Pillow

0 comments on commit 6b29a8b

Please sign in to comment.