From 43a492c9884eb6069e0587cac06e61e39fc46ba5 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Thu, 29 Oct 2015 12:33:43 +0100 Subject: [PATCH] Pass the TRAVIS environment variable to the tests --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index aa6c7c00..1b6a3337 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,7 @@ envlist = py34, lint [testenv] commands = {envpython} setup.py test +passenv = TRAVIS deps = [testenv:lint]