Skip to content

Commit

Permalink
TST: run windows tests so failures show up in appeveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Feb 18, 2017
1 parent 29aeffb commit 10d9b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,4 @@ install:
test_script:
# tests
- cmd: activate pandas
- cmd: cd \
- cmd: python -c "import pandas; pandas.test(['--skip-slow', '--skip-network'])"
- cmd: test.bat
3 changes: 1 addition & 2 deletions test.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
:: test on windows

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

0 comments on commit 10d9b26

Please sign in to comment.