Skip to content

Commit

Permalink
TST: test_fast.sh and test_multi.sh should skip network tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 19, 2013
1 parent b538892 commit 501fd11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_fast.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nosetests -A "not slow" pandas --with-id $*
nosetests -A "not slow and not network" pandas --with-id $*
2 changes: 1 addition & 1 deletion test_multi.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nosetests -A "not slow" pandas --processes=4 $*
nosetests -A "not slow and not network" pandas --processes=4 $*

0 comments on commit 501fd11

Please sign in to comment.