diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-28 10:24:58 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-28 10:24:58 -0400 |
| commit | 93c69277ef3519239857263d8c996fce23335d38 (patch) | |
| tree | 78c7da8efeca408a450bae02e3d0a7742b8b96e5 /.travis.yml | |
| parent | 9e36a56309bce218b5f920a60218a48c3714d25c (diff) | |
| download | python-setuptools-git-93c69277ef3519239857263d8c996fce23335d38.tar.gz | |
Maybe just the pin needs to be removed
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e275605b..e91f7e78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: - LC_ALL=C LC_CTYPE=C script: # avoid VersionConflict when newer version is required - - pip install -U pytest flake8 + - pip install -U pytest # Output the env, because the travis docs just can't be trusted - env |
