diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cab70640..e32524cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ python: - 3.5 - pypy env: - - LC_ALL=C PYTHONHASHSEED=0 + - LC_ALL=C + - "" script: # update egg_info based on setup.py in checkout - python bootstrap.py |
