Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Pass through Travis CI envvars so coveralls works.
Browse files Browse the repository at this point in the history
  • Loading branch information
zackw committed Mar 7, 2017
1 parent 134d2b0 commit 10a21de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tox]
envlist = py{27,34,35,36}-cy{y,n}
toxworkdir = {env:TOX_WORK_DIR:.tox}
skip_missing_interpreters = True

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH

basepython =
py27: python2.7
py34: python3.4
Expand Down

0 comments on commit 10a21de

Please sign in to comment.