From 59a1a7aa3acc780e43c07b604ff1165c220667e3 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Thu, 29 Oct 2015 21:53:02 +0100 Subject: [PATCH] Pass APPVEYOR env var --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1b6a3337..99c71416 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = py34, lint [testenv] commands = {envpython} setup.py test -passenv = TRAVIS +passenv = TRAVIS APPVEYOR deps = [testenv:lint]