diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml index 39fbc971..0a8771ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,15 +26,7 @@ env: - TOX_ENV=py3pep8 install: - - "sudo add-apt-repository \"deb http://archive.ubuntu.com/ubuntu/ lucid main\"" - - sudo add-apt-repository -y ppa:pypy/ppa - - sudo apt-get -y update - - "[[ ${OPENSSL} == \"0.9.8\" ]] && sudo apt-get -y --force-yes install libssl-dev/lucid" - - "[[ ${TOX_ENV} == pypy ]] && sudo apt-get -y install pypy" - # This is required because we need to get rid of the Travis installed PyPy - # or it'll take precedence over the PPA installed one. - - "[[ ${TOX_ENV} == pypy ]] && sudo rm -rf /usr/local/pypy/bin" - - pip install tox coveralls + - ./.travis/install.sh script: - tox -e $TOX_ENV |