summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-01 09:34:14 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-01 09:34:14 -0500
commitb44d0ebc616eaae3166fed177ae32f54049f89d0 (patch)
tree8e00fa2042bda86f4dc3c0b3123cec86795de944 /.travis.yml
parent7d9c6c40bf9dfe962dfbd6754d1003c294088be1 (diff)
downloadpython-setuptools-bitbucket-b44d0ebc616eaae3166fed177ae32f54049f89d0.tar.gz
Force consistent ordering with PYTHONHASHSEED=0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9afbf067..ac12cd7e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,10 +6,12 @@ python:
- 3.4
- 3.5
- pypy
-# command to run tests
+env:
+ - LANG=C
+ - PYTHONHASHSEED=0
script:
# update egg_info based on setup.py in checkout
- python bootstrap.py
- - LANG=C python setup.py test --addopts='-rs'
+ - python setup.py test --addopts='-rs'
- python ez_setup.py --version 12.2