Skip to content

Commit

Permalink
Travis: Add tests for python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Feb 27, 2017
1 parent 4d0acd0 commit 74406ea
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,10 @@ python:
- 2.7
- 3.4
- 3.5
- 3.6

env:
- DJANGO="django>=1.10.2"
- DJANGO="django>=1.10.2,<1.11.0"
- DJANGO="django>=1.9.3,<1.10.0"
- DJANGO="django>=1.8.10,<1.9.0"
- DJANGO="django==1.7.11"
Expand All @@ -20,6 +22,13 @@ matrix:
env: DJANGO="django==1.6.11"
- python: 3.5
env: DJANGO="django==1.5.12"
- python: 3.6
env: DJANGO="django==1.7.11"
- python: 3.6
env: DJANGO="django==1.6.11"
- python: 3.6
env: DJANGO="django==1.5.12"

notifications:
email:
- thierryschellenbach@gmail.com
Expand All @@ -28,7 +37,7 @@ install:
- travis_retry pip install pep8==1.7.0
- travis_retry pip install python-coveralls
- travis_retry pip install -e .
- travis_retry pip install $DJANGO
- travis_retry pip install $DJANGO --upgrade
script:
- coverage run --source=stream_django setup.py test
after_script:
Expand Down

0 comments on commit 74406ea

Please sign in to comment.