Skip to content

Commit

Permalink
quick hack to see if we can run doctests with pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Dec 14, 2016
1 parent 1f5d9e4 commit a71dd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ install:
fi
script:
- bin/test
- if [[ "$TRAVIS_PYTHON_VERSION" != "pypy3" ]];
- if [[ "$TRAVIS_PYTHON_VERSION" != "0" ]];
then
cd docs;
make SPHINXBUILD=../bin/sphinx-build doctest;
Expand Down

0 comments on commit a71dd40

Please sign in to comment.