Experiment with travis and installing packages differently

This commit is contained in:
Dave Halter
2017-12-30 23:08:32 +01:00
parent 9b1d3ff207
commit 39a456be41
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
language: python
sudo: false
sudo: true
python:
- 2.7
- 3.3
@@ -30,6 +30,7 @@ matrix:
install:
- pip install --quiet tox-travis
script:
- ./travis_install.sh
- tox
after_script:
- if [ $TOXENV == "cov" ]; then