travis.yml: add 'coveralls' tox environment to the matrix (use py35 on Linux)
This commit is contained in:
parent
624fe3f625
commit
215ab5bec3
@ -35,6 +35,9 @@ matrix:
|
||||
- language: generic
|
||||
os: osx
|
||||
env: TOXENV=pypy
|
||||
# coveralls is not listed in tox's envlist, but should run in travis
|
||||
- python: 3.5
|
||||
env: TOXENV=coveralls
|
||||
|
||||
install:
|
||||
- ./.travis/install.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user