Commit 65c5ae1a authored by Paul Ganssle's avatar Paul Ganssle

Add coverage to travis

parent 0a2c8325
......@@ -10,14 +10,19 @@ python:
- nightly
- pypy
- pypy3
env:
TOXENV=py
jobs:
fast_finish: true
include:
- python: *latest_py3
env: LANG=C
env: &cenv
global:
- LANG=C
- TOXENV=py
- python: *latest_py2
env: LANG=C
env: *cenv
- stage: deploy (to PyPI for tagged commits)
if: tag IS present
python: *latest_py3
......@@ -49,3 +54,6 @@ install:
- python bootstrap.py
script: tox
after_success:
- if [[ $TOXENV == "py" ]]; then tox -e coverage; fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment