diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-05-30 19:39:58 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-05-30 19:39:58 -0400 |
| commit | fcdf12ee7fdf43c9dded5b68232a0fb3376d4858 (patch) | |
| tree | 29baaad1490dcce705ccc5f32c6d9d9240e1d10d /.travis.yml | |
| parent | 3d0cc355fb5e8012cb8c72f0e25042a5a44f31d6 (diff) | |
| parent | 4dc2c76b62a5071dfacf434555dfa8ec2be0b433 (diff) | |
| download | external_python_setuptools-fcdf12ee7fdf43c9dded5b68232a0fb3376d4858.tar.gz external_python_setuptools-fcdf12ee7fdf43c9dded5b68232a0fb3376d4858.tar.bz2 external_python_setuptools-fcdf12ee7fdf43c9dded5b68232a0fb3376d4858.zip | |
Merge branch 'master' into feature/re-vendor-sadface
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 56d1c4ef..fa26015f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ matrix: - python: 2.7 env: LC_ALL=C LC_CTYPE=C script: + # need tox to get started - pip install tox # Output the env, to verify behavior |
