travis.yml: add 'coveralls' tox environment to the matrix (use py35 on Linux)

This commit is contained in:
Cosimo Lupo 2016-04-11 01:07:56 +01:00
parent 624fe3f625
commit 215ab5bec3

View File

@ -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