We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef04cc commit 98b69aeCopy full SHA for 98b69ae
tox.ini
@@ -21,7 +21,7 @@ changedir = {envdir}
21
22
commands =
23
# TODO: --exe because of GH #761
24
- {envbindir}/nosetests --exe pandas.tests -A "not network"
+ {envbindir}/nosetests --exe pandas -A "not network"
25
# cleanup the temp. build dir created by the tox build
26
# /bin/rm -rf {toxinidir}/build
27
tox_prll.ini
@@ -22,7 +22,7 @@ changedir = {envdir}
28
0 commit comments