Skip to content

Commit

Permalink
Travis modification because Python 3.5 doesn't like Django. :(
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Dec 17, 2015
1 parent dce0db3 commit 1a8ea49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ before_install:
pip install codecov
after_success:
codecov

# Because Python 3.5 does not want to play nicely with current versions of Django
matrix:
exclude:
- python: 3.5
env: DJANGO=1.7.10
- python: 3.5
env: DJANGO=1.8.7

0 comments on commit 1a8ea49

Please sign in to comment.