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