Sfoglia il codice sorgente

Enable pip upgrade

master
Arun Prakash Jana 6 anni fa
parent
commit
609ec3fe28
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml Vedi File

@@ -33,6 +33,7 @@ before_deploy:
- unset CFLAGS
- sudo apt-get update -qy
- sudo apt-get install -qy python3 python3-pip
- sudo python3 -m pip install --upgrade pip
- sudo python3 -m pip install packagecore
- packagecore -o dist/ "${TRAVIS_TAG#v}"
- mv ../$REPO-${TRAVIS_TAG}.tar.gz dist/


Loading…
Annulla
Salva