Commit b5789d2c by Gabriel

Travis tweaks

No more aptitude or command concatenation
parent 07460c87
language: python language: python
install: install:
- sudo aptitude keep-all - PIP_USE_MIRRORS=true PIP_DOWNLOAD_CACHE=~/.cache/pip pip install tox
- sudo aptitude -y install python3.3
- pip install --use-mirrors tox https://github.com/g2p/virtualenv/tarball/develop
script: tox -e py33,py32,py27,py26,pypy script:
- PIP_USE_MIRRORS=true PIP_DOWNLOAD_CACHE=~/.cache/pip tox -e py33,py32,py27,py26,pypy
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