We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cf824 commit 32f6d1cCopy full SHA for 32f6d1c
.travis.yml
@@ -49,10 +49,9 @@ matrix:
49
apt:
50
packages:
51
- python-gtk2
52
- # In allow_failures
53
- dist: trusty
54
env:
55
- - JOB="3.6" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate" CONDA_FORGE=true COVERAGE=true
+ - JOB="3.6" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate" CONDA_FORGE=true COVERAGE=true DOCTEST=true
56
# In allow_failures
57
58
ci/doctests.sh
@@ -8,7 +8,7 @@ cd "$TRAVIS_BUILD_DIR"
8
9
RET=0
10
11
-if [ "$LINT" ]; then
+if [ "$DOCTEST" ]; then
12
13
echo "Running doctests"
14
0 commit comments