Skip to content

Commit

Permalink
0.6.0 Travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Dec 15, 2016
1 parent a78bbcf commit 1a9d00d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- PIP_DJANGO='Django>=1.7,<1.8'
- PIP_DJANGO='Django>=1.8,<1.9'
- PIP_DJANGO='Django>=1.9,<1.10'
- PIP_DJANGO='Django>=1.10,<1.11'
install:
- "pip install $PIP_DJANGO"
- "pip install pyyaml coveralls"
Expand Down

0 comments on commit 1a9d00d

Please sign in to comment.