From 215ab5bec37b77db2277287aafafeb49a397c51a Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 11 Apr 2016 01:07:56 +0100 Subject: [PATCH] travis.yml: add 'coveralls' tox environment to the matrix (use py35 on Linux) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 43db37c26..186ff3d1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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