diff options
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 537e1755..e8cd2f9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: - "" script: # avoid VersionConflict when newer version is required - - python -m pip install -U pytest + - pip install -U pytest # update egg_info based on setup.py in checkout - python bootstrap.py |
