Commit 93dc62ea authored by Jim Fulton's avatar Jim Fulton

Try not to run the doctests for pypy3

Because sphinx doesn't work with it.

Also, I wonder if scripts can be multiple lines.
parent 394f9151
......@@ -12,6 +12,10 @@ install:
- buildout
script:
- bin/test
- cd docs; make SPHINXBUILD=../bin/sphinx-build doctest
- if [[ "$TRAVIS_PYTHON_VERSION" != "pypy3" ]]
then
cd docs
make SPHINXBUILD=../bin/sphinx-build doctest
fi
notifications:
email: false
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