summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2012-12-07 00:30:14 +0100
committerGael Pasgrimaud <gael@gawel.org>2012-12-07 00:30:14 +0100
commitb44e108ec4c949301941e24bbe4c63a74f600e52 (patch)
tree56c2537486db27c3c8253eb552779f2c9c8224c6
parent604402e330dc230851abf0a4a7a63f267e448e03 (diff)
downloadwebtest-six.tar.gz
pypi fixsix
-rw-r--r--.travis.yml3
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