We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afba417 commit a1a5c72Copy full SHA for a1a5c72
ci/run_circle.sh
@@ -5,5 +5,5 @@ export PATH="$MINICONDA_DIR/bin:$PATH"
5
6
source activate pandas
7
8
-echo "pytest --strict --junitxml=$CIRCLE_TEST_REPORTS/reports/junit.xml $@ pandas"
+echo "pytest --strict --junitxml=$CIRCLE_TEST_REPORTS/reports/junit.xml $@ pandas/tests/series/test_arithmetic.py"
9
pytest --strict --junitxml=$CIRCLE_TEST_REPORTS/reports/junit.xml $@ pandas
0 commit comments