Skip to content

Commit

Permalink
add django master branch to tested django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
skarzi committed Mar 13, 2020
1 parent 8de4eec commit 84e76cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ env:
- DJANGO_VERSION: "'Django~=2.1.0'"
- DJANGO_VERSION: "'Django~=2.2.0'"
- DJANGO_VERSION: "'Django~=3.0.0'"
- DJANGO_VERSION: "https://github.com/django/django/archive/master.zip"

jobs:
allow_failures:
- env: DJANGO_VERSION=https://github.com/django/django/archive/master.zip

before_install:
- pip freeze | xargs pip uninstall -y
Expand Down

0 comments on commit 84e76cd

Please sign in to comment.