summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-01 13:06:48 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-01 13:06:48 -0500
commit7cb174c62560328ed051bb9596c4926c8577d3d0 (patch)
tree70f6fafd96e35f0b46e1dcf8289091796fef5c0f /.travis.yml
parentdf2fad0435a7875bbbb2f91240754d85a8aebc1f (diff)
downloadpython-setuptools-git-7cb174c62560328ed051bb9596c4926c8577d3d0.tar.gz
Force later pytest
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e32524cc..537e1755 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,9 @@ env:
- LC_ALL=C
- ""
script:
+ # avoid VersionConflict when newer version is required
+ - python -m pip install -U pytest
+
# update egg_info based on setup.py in checkout
- python bootstrap.py