We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29aeffb commit 10d9b26Copy full SHA for 10d9b26
appveyor.yml
@@ -94,5 +94,4 @@ install:
94
test_script:
95
# tests
96
- cmd: activate pandas
97
- - cmd: cd \
98
- - cmd: python -c "import pandas; pandas.test(['--skip-slow', '--skip-network'])"
+ - cmd: test.bat
test.bat
@@ -1,4 +1,3 @@
1
:: test on windows
2
3
-:: nosetests --exe -A "not slow and not network and not disabled" pandas %*
4
-pytest pandas
+pytest --skip-slow --skip-network pandas
0 commit comments