Skip to content

Commit 10d9b26

Browse files
committed
TST: run windows tests so failures show up in appeveyor
1 parent 29aeffb commit 10d9b26

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,4 @@ install:
9494
test_script:
9595
# tests
9696
- cmd: activate pandas
97-
- cmd: cd \
98-
- cmd: python -c "import pandas; pandas.test(['--skip-slow', '--skip-network'])"
97+
- cmd: test.bat

test.bat

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
:: test on windows
22

3-
:: nosetests --exe -A "not slow and not network and not disabled" pandas %*
4-
pytest pandas
3+
pytest --skip-slow --skip-network pandas

0 commit comments

Comments
 (0)