Skip to content

Commit

Permalink
.tox.ini: turn on python3 unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-chroma committed Jun 27, 2017
1 parent 7ee4848 commit 965378f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tox]
#envlist = py35-lint,py34-lint,py33-lint,py27-lint,py35-unit,py34-unit,py33-unit,py27-unit
envlist = py27-lint, py27-unit, py35-mypy, py27-pipconflictchecker
envlist = py27-lint, py27-unit, py35-mypy, py27-pipconflictchecker, py35-unit
skipsdist = True

[tox:travis]
2.7 = py27
3.5 = py35-mypy
3.5 = py35-mypy, py35-unit

[testenv]
deps = -rrequirements.txt
Expand Down

0 comments on commit 965378f

Please sign in to comment.