Commit 3cb70f6d authored by Jim Fulton's avatar Jim Fulton

sigh, needed to make that lasy change in 2 places

parent a71dd404
......@@ -9,7 +9,7 @@ python:
- pypy3
install:
- pip install zc.buildout
- if [[ "$TRAVIS_PYTHON_VERSION" != "pypy3" ]];
- if [[ "$TRAVIS_PYTHON_VERSION" != "0" ]];
then
buildout;
else
......
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