Skip to content

Commit 965378f

Browse files
committed
.tox.ini: turn on python3 unit testing
1 parent 7ee4848 commit 965378f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[tox]
22
#envlist = py35-lint,py34-lint,py33-lint,py27-lint,py35-unit,py34-unit,py33-unit,py27-unit
3-
envlist = py27-lint, py27-unit, py35-mypy, py27-pipconflictchecker
3+
envlist = py27-lint, py27-unit, py35-mypy, py27-pipconflictchecker, py35-unit
44
skipsdist = True
55

66
[tox:travis]
77
2.7 = py27
8-
3.5 = py35-mypy
8+
3.5 = py35-mypy, py35-unit
99

1010
[testenv]
1111
deps = -rrequirements.txt

0 commit comments

Comments
 (0)