clean travis configuration file

3d61445e2c did not really improve the travis-build.
Now try to explcitly install tox.
This commit is contained in:
Patrick Kanzler 2016-01-05 12:19:18 +01:00
parent 3d61445e2c
commit e5cd37bfbc
1 changed files with 1 additions and 6 deletions

View File

@ -2,12 +2,7 @@ language: python
sudo: false
cache: pip
before_install:
- pip install codecov
# install dependencies
install:
- pip install --user -r requirements.txt
after_success:
- codecov
- pip install tox
# command to run tests
script:
- tox