Skip to content

Commit a1a5c72

Browse files
committed
try to make config just run failing tests
1 parent afba417 commit a1a5c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_circle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ export PATH="$MINICONDA_DIR/bin:$PATH"
55

66
source activate pandas
77

8-
echo "pytest --strict --junitxml=$CIRCLE_TEST_REPORTS/reports/junit.xml $@ pandas"
8+
echo "pytest --strict --junitxml=$CIRCLE_TEST_REPORTS/reports/junit.xml $@ pandas/tests/series/test_arithmetic.py"
99
pytest --strict --junitxml=$CIRCLE_TEST_REPORTS/reports/junit.xml $@ pandas

0 commit comments

Comments
 (0)