Skip to content

Commit

Permalink
Merge pull request #11 from poolvos/travis-allow-dev-failures
Browse files Browse the repository at this point in the history
Allow failure on python dev versions
  • Loading branch information
Jeffrey authored Oct 19, 2018
2 parents 82ac952 + c0b3881 commit cee1e8a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ matrix:
- python: 3.5
env: DJANGO_VERSION=2.1.2
- python: 3.5-dev
env: DJANGO_VERSION=2.0.9
env: DJANGO_VERSION=2.0.9 DEV=true
- python: 3.5-dev
env: DJANGO_VERSION=2.1.2
env: DJANGO_VERSION=2.1.2 DEV=true
- python: 3.6
env: DJANGO_VERSION=2.0.9
- python: 3.6
env: DJANGO_VERSION=2.1.2 LATEST=true
- python: 3.6-dev
env: DJANGO_VERSION=2.0.9
env: DJANGO_VERSION=2.0.9 DEV=true
- python: 3.6-dev
env: DJANGO_VERSION=2.1.2
env: DJANGO_VERSION=2.1.2 DEV=true
allow_failures:
- env: DEV=true

# command to install dependencies
install:
Expand Down

0 comments on commit cee1e8a

Please sign in to comment.