Skip to content

Commit

Permalink
Travis: fix testing --pre in allow_failures mode
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Jul 15, 2020
1 parent 93a7bb3 commit cbb2f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:

matrix:
allow_failures:
- env: DJANGO_VERSION="--pre Django>=3.1,<3.2"
- env: DJANGO_VERSION="--pre Django"
- env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'

before_cache:
Expand Down

0 comments on commit cbb2f4c

Please sign in to comment.