Browse Source

Pass APPVEYOR env var

pull/142/head
Oliverpool 10 years ago
parent
commit
59a1a7aa3a
  1. 2
      tox.ini

2
tox.ini

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

Loading…
Cancel
Save