Skip to content

Commit 446c617

Browse files
committed
Adding more tox environments for local testing
1 parent 18fc0f5 commit 446c617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
# note that tox expects interpreters to be found at C:\PythonXY,
33
# with XY being python version ("27" or "34") for instance
4-
envlist = py27, py32, py34
4+
envlist = py26, py27, py32, py33, py34
55
[testenv]
66
deps=pytest
77
pyside

0 commit comments

Comments
 (0)