diff options
| author | Scott Dodson <sdodson@redhat.com> | 2017-05-09 14:47:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-09 14:47:00 -0400 |
| commit | 0db3ca9c7974b3a6ddfb82a14513d7250e029d3f (patch) | |
| tree | d6bcb51b4dd10bed4aa3e9032bf60e0178fadf2c | |
| parent | 4f218b389a62ff932f010dee22143e75b803424d (diff) | |
| parent | 1968c2ca6a5187baa10fa479634ba0596da3cd7f (diff) | |
Merge pull request #4135 from mtnbikenc/fix-travis
Fix issue with Travis-CI using old pip version
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 245202139..1c549cec9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ python: - "3.5" install: + - pip install --upgrade pip - pip install tox-travis coveralls script: |
