Skip to content

Commit

Permalink
Use Django 1.8.x to run tests on Python 3.3 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lgp171188 committed Dec 10, 2015
1 parent d9a73e9 commit a070beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- 3.4
- 3.5
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3.3 ]]; then pip install Django<1.9; fi
- python setup.py install
script:
- python setup.py test
Expand Down

0 comments on commit a070beb

Please sign in to comment.