Skip to content

Commit

Permalink
Updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 7, 2015
1 parent 718549c commit 7b9bc9a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,23 @@ python:
- "3.5"
- "3.4"
- "2.7"


env:
- DJANGO="django==1.8.7"
- DJANGO="django==1.7.11"
- DJANGO="django==1.9"

- DJANGO="django>=1.9,<1.10"
- DJANGO="django>=1.8,<1.9"
- DJANGO="django>=1.7,<1.8"

matrix:
exclude:
- python: "3.5"
env: DJANGO="django==1.7.11"


env: DJANGO="django>=1.7,<1.8"

branches:
only:
- master

# command to install requirements
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install ordereddict; fi
- pip install $DJANGO
- pip install -r requirements-test.txt
- python setup.py -q develop
Expand Down

0 comments on commit 7b9bc9a

Please sign in to comment.