diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 13:10:53 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 13:10:53 -0500 |
| commit | fac9d7a483ea00e7627a2890e4f5f5f95a7c975c (patch) | |
| tree | 8955916aff3524df99eb2b2f5fc560ab9002bb65 | |
| parent | a477a657941bed882db1eec1deb8339f0af2a14a (diff) | |
| download | python-setuptools-git-fac9d7a483ea00e7627a2890e4f5f5f95a7c975c.tar.gz | |
Reorder tests
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e8cd2f9a..f8722567 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ python: - 3.5 - pypy env: - - LC_ALL=C - "" + - LC_ALL=C script: # avoid VersionConflict when newer version is required - pip install -U pytest |
