summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2015-05-14 06:59:33 -0400
committerDonald Stufft <donald@stufft.io>2015-05-14 06:59:33 -0400
commit5fd4cee73875e2173d96fcb9e0601542a3950f18 (patch)
treef5394ce82b6a3bc7c77492ed800b4b708cfc6fcb /.travis
parent5bbf3fd3ff92a6ca6992cea4159604cdde2e83df (diff)
downloadpip-5fd4cee73875e2173d96fcb9e0601542a3950f18.tar.gz
Set the environment variable
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/run.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis/run.sh b/.travis/run.sh
index 971ce4896..ab2c7e966 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -2,10 +2,6 @@
set -e
set -x
-# This is required in order to get UTF-8 output inside of the subprocesses that
-# our tests use.
-export LC_CTYPE=en_US.UTF-8
-
# We want to create the virtual environment here, but not actually run anything
tox --notest