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