Skip to content

Commit

Permalink
Added python 3.5 to the tox build
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Nov 20, 2015
1 parent d04ef11 commit 5be3c32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=docs
install:
Expand Down
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=flake8,py27,py33,py34,pypy,docs,coverage
envlist=flake8,py27,py33,py34,py35,pypy,docs,coverage
skip_missing_interpreters=True

[testenv]
Expand Down Expand Up @@ -31,6 +31,11 @@ basepython=python3.4
deps=
coverage

[testenv:py35]
basepython=python3.5
deps=
coverage

[testenv:pypy]
basepython=pypy
deps=
Expand Down

0 comments on commit 5be3c32

Please sign in to comment.