Commit a71dd404 authored by Jim Fulton's avatar Jim Fulton

quick hack to see if we can run doctests with pypy3

parent 1f5d9e41
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment