Browse Source

Pass the TRAVIS environment variable to the tests

pull/135/head
Oliverpool 9 years ago
parent
commit
43a492c988
  1. 1
      tox.ini

1
tox.ini

@ -7,6 +7,7 @@ envlist = py34, lint
[testenv]
commands = {envpython} setup.py test
passenv = TRAVIS
deps =
[testenv:lint]

Loading…
Cancel
Save