Skip to content

Commit

Permalink
Specific for betas
Browse files Browse the repository at this point in the history
  • Loading branch information
mjschultz committed Oct 28, 2015
1 parent f20c2bf commit 58a4151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -9,17 +9,17 @@ python:
env:
- DJANGO="Django>=1.7,<1.8"
- DJANGO="Django>=1.8,<1.9"
- DJANGO="Django>=1.9,<1.10"
- DJANGO="Django==1.9b1"
matrix: # see https://docs.djangoproject.com/en/dev/faq/install/
exclude:
- python: "3.5"
env: DJANGO="Django>=1.7,<1.8"
exclude:
- python: "3.2"
env: DJANGO="Django>=1.9,<1.10"
env: DJANGO="Django==1.9b1"
exclude:
- python: "3.3"
env: DJANGO="Django>=1.9,<1.10"
env: DJANGO="Django==1.9b1"
# command to install dependencies
install:
- pip install $DJANGO
Expand Down

0 comments on commit 58a4151

Please sign in to comment.