Skip to content

Commit

Permalink
Added Python3.5 test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokiky committed Sep 26, 2015
1 parent 94a80d8 commit 0b97f5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[tox]
envlist = {py27,py33,py34}-django{16,17,18}, flake8, docs
envlist = {py27,py33,py34}-django{16,17,18}, py35-django18, flake8, docs

[testenv]
basepython =
py27: python2.7
py33: python3.3
py34: python3.4
py35: python3.5
deps = testfixtures
coverage
django16: Django>=1.6,<1.7
Expand Down

0 comments on commit 0b97f5a

Please sign in to comment.