Skip to content

Commit

Permalink
issue #95 - attempt to stop last commit from breaking tox integration…
Browse files Browse the repository at this point in the history
… tests in Travis
  • Loading branch information
jantman committed Feb 5, 2016
1 parent 1f6d00c commit 1e2d60a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ commands =
[testenv:integration]
# this really just makes sure README.rst will parse on pypi
passenv = CI TRAVIS* CONTINUOUS_INTEGRATION AWS*
setenv =
TOXINIDIR={toxinidir}
TOXDISTDIR={distdir}
basepython = python2.7
sitepackages = False
commands =
Expand All @@ -187,6 +190,9 @@ commands =
[testenv:integration3]
# this really just makes sure README.rst will parse on pypi
passenv = CI TRAVIS* CONTINUOUS_INTEGRATION AWS*
setenv =
TOXINIDIR={toxinidir}
TOXDISTDIR={distdir}
basepython = python3.5
sitepackages = False
commands =
Expand Down

0 comments on commit 1e2d60a

Please sign in to comment.