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

Add coverage to travis

parent 0a2c8325
...@@ -10,14 +10,19 @@ python: ...@@ -10,14 +10,19 @@ python:
- nightly - nightly
- pypy - pypy
- pypy3 - pypy3
env:
TOXENV=py
jobs: jobs:
fast_finish: true fast_finish: true
include: include:
- python: *latest_py3 - python: *latest_py3
env: LANG=C env: &cenv
global:
- LANG=C
- TOXENV=py
- python: *latest_py2 - python: *latest_py2
env: LANG=C env: *cenv
- stage: deploy (to PyPI for tagged commits) - stage: deploy (to PyPI for tagged commits)
if: tag IS present if: tag IS present
python: *latest_py3 python: *latest_py3
...@@ -49,3 +54,6 @@ install: ...@@ -49,3 +54,6 @@ install:
- python bootstrap.py - python bootstrap.py
script: tox 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