summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 12:24:06 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 12:24:06 +0100
commitae1f06419f686644b61f945b4cacc84cc12dbdc8 (patch)
tree8ea11194ccc5aee2715014fa89ed53f03566479c
parentdf3fc6da3a870aff7d5c35dbd9f76ff5bd0b6ab2 (diff)
downloadsemantic-version-ae1f06419f686644b61f945b4cacc84cc12dbdc8.tar.gz
Upgrade pip on travis
Avoids issues with too old pip being unable to download wheels for cryptography.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 258275e..542956a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ script:
- tox
install:
+ - pip install --upgrade pip
- pip install tox
matrix: