diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 13:06:48 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 13:06:48 -0500 |
| commit | 7cb174c62560328ed051bb9596c4926c8577d3d0 (patch) | |
| tree | 70f6fafd96e35f0b46e1dcf8289091796fef5c0f /.travis.yml | |
| parent | df2fad0435a7875bbbb2f91240754d85a8aebc1f (diff) | |
| download | python-setuptools-git-7cb174c62560328ed051bb9596c4926c8577d3d0.tar.gz | |
Force later pytest
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
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 |
