diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 09:34:14 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 09:34:14 -0500 |
| commit | e5b87949322042b310e509c7d332a9beb708935d (patch) | |
| tree | 60f97ba63dde10f17487d134fc9903fc20575d0b | |
| parent | e82b7d5a1f8d48f4b957888b6a2e345f06716aee (diff) | |
| download | python-setuptools-git-e5b87949322042b310e509c7d332a9beb708935d.tar.gz | |
Force consistent ordering with PYTHONHASHSEED=0
| -rw-r--r-- | .travis.yml | 6 |
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 |
