Skip to content

Commit

Permalink
Merge 84e76cd into 8de4eec
Browse files Browse the repository at this point in the history
  • Loading branch information
skarzi committed Mar 13, 2020
2 parents 8de4eec + 84e76cd commit c5fe95b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
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 c5fe95b

Please sign in to comment.