Skip to content

Commit

Permalink
Travis: fix Python 2.6 Django 1.7 exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Nov 6, 2014
1 parent 5ecbf00 commit 0140804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ env:
matrix:
exclude:
- python: "2.6"
env: DJANGO=django==1.7
env: PACKAGES="django==1.7.1"
install:
- pip install -q $PACKAGES
- pip install -q -e .
Expand Down

0 comments on commit 0140804

Please sign in to comment.