
3d61445e2c67be2011f5df5a150142471cfb8561 did not really improve the travis-build. Now try to explcitly install tox.
8 lines
118 B
YAML
8 lines
118 B
YAML
language: python
|
|
sudo: false
|
|
cache: pip
|
|
before_install:
|
|
- pip install tox
|
|
# command to run tests
|
|
script:
|
|
- tox |