We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfed802 commit 592b6d1Copy full SHA for 592b6d1
tox.ini
@@ -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