Browse Source

Pass APPVEYOR env var

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

2
tox.ini

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

Loading…
Cancel
Save