Skip to content

Commit

Permalink
Expand test runners to include Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
goodtune committed Aug 18, 2016
1 parent 1b90469 commit 5b50303
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"

install:
- pip install -e .
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
@@ -1,19 +1,21 @@
[tox]
envlist = py{27,33,34}-dj{15,16,17,18,19}
envlist = py{27,33,34,35}-dj{15,16,17,18},py{27,34,35}-dj{19}
skip_missing_interpreters = True

[testenv]
basepython =
py27: python2.7
py33: python3.3
py34: python3.4
py35: python3.5

deps =
dj15: Django~=1.5.0
dj16: Django~=1.6.0
dj17: Django~=1.7.0
dj18: Django~=1.8.0
dj19: Django~=1.9.0
coverage
factory-boy
flake8

Expand Down

0 comments on commit 5b50303

Please sign in to comment.