diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7dbeadd..1270a70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,8 @@ python: - pypy install: - deactivate - - python$TRAVIS_PYTHON_VERSION bootstrap-py3k.py -d + - "if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then python$TRAVIS_PYTHON_VERSION bootstrap-py3k.py -d; fi" + - "if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then $TRAVIS_PYTHON_VERSION bootstrap-py3k.py -d; fi" - bin/buildout script: - ./bin/nosetests -s -v |