Skip to content

Commit 592b6d1

Browse files
committed
Adding tox.ini for testing multiple interpreters
1 parent dfed802 commit 592b6d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[tox]
2+
# note that tox expects interpreters to be found at C:\PythonXY,
3+
# with XY being python version ("27" or "34") for instance
4+
envlist = py27, py34
5+
[testenv]
6+
deps=pytest
7+
pyside
8+
commands=py.test {envsitepackagesdir}/pytestqt
9+

0 commit comments

Comments
 (0)