aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/run.sh
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-12-05 17:44:40 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-12-05 17:44:40 -0800
commit80b84f511660fee9217852a5447e152f14880117 (patch)
treeeb66193b9fb02c4674b87ee749c4bd7a309d3321 /.travis/run.sh
parente01eeb407aa77e6c8108bf08c85533d268a496bd (diff)
downloadcryptography-80b84f511660fee9217852a5447e152f14880117.tar.gz
cryptography-80b84f511660fee9217852a5447e152f14880117.tar.bz2
cryptography-80b84f511660fee9217852a5447e152f14880117.zip
Change the envvar for tox env to the officla tox one
Diffstat (limited to '.travis/run.sh')
-rwxr-xr-x.travis/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/run.sh b/.travis/run.sh
index e4ff2661..1efbd60b 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -18,4 +18,4 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
fi
fi
source ~/.venv/bin/activate
-tox -e $TOX_ENV -- $TOX_FLAGS
+tox -- $TOX_FLAGS