diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 10:11:32 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 10:11:32 -0500 |
| commit | edc8a0e1459cc9c8c08872f5c6262a7ab44dbb15 (patch) | |
| tree | da298efd0e1e10da3301ee33bd798ab00adfdc26 /.travis.yml | |
| parent | e5b87949322042b310e509c7d332a9beb708935d (diff) | |
| download | external_python_setuptools-edc8a0e1459cc9c8c08872f5c6262a7ab44dbb15.tar.gz external_python_setuptools-edc8a0e1459cc9c8c08872f5c6262a7ab44dbb15.tar.bz2 external_python_setuptools-edc8a0e1459cc9c8c08872f5c6262a7ab44dbb15.zip | |
I meant for the variables to be defined together
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ac12cd7e..3f7b14b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,7 @@ python: - 3.5 - pypy env: - - LANG=C - - PYTHONHASHSEED=0 + - LANG=C PYTHONHASHSEED=0 script: # update egg_info based on setup.py in checkout - python bootstrap.py |
