Sign in
cobalt
/
pre-commit-hooks
/
e0a6e66528c8335599408cbefe7ebf9e7e15ccb3
/
.
/
.travis.yml
blob: 0306b6160f2b9e25739b6be26035ab88c53e2019 [
file
] [
log
] [
blame
]
language:
python
env:
# These should match the tox env list
-
TOXENV=py26
-
TOXENV=py27
-
TOXENV=py33
-
TOXENV=py34
-
TOXENV=pypy
-
TOXENV=pypy3
install:
pip install coveralls tox
--
use
-
mirrors
script:
tox
after_success:
-
coveralls
sudo:
false