Sign in
cobalt
/
pre-commit-hooks
/
b83ea591b55c7c72a64ebaad0d3911284f748c96
/
.
/
.travis.yml
blob: b2ebc79d56c3cbb1aa5ce72ca54179317d2e4710 [
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