summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-28 10:24:58 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-28 10:24:58 -0400
commit93c69277ef3519239857263d8c996fce23335d38 (patch)
tree78c7da8efeca408a450bae02e3d0a7742b8b96e5 /.travis.yml
parent9e36a56309bce218b5f920a60218a48c3714d25c (diff)
downloadpython-setuptools-git-93c69277ef3519239857263d8c996fce23335d38.tar.gz
Maybe just the pin needs to be removed
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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