You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ before_install:
25
25
- sudo apt-get install -y pandoc
26
26
27
27
install:
28
-
- pip install -U pip>=8.1.2 wheel>=0.29
28
+
- pip install -U pip>=9.0.0 wheel>=0.32
29
29
- pip install versioneer
30
30
- pip install -r requirements-dev.txt
31
31
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then pip install scrutinizer-ocular ; fi
@@ -42,6 +42,15 @@ before_deploy:
42
42
- if [[ -n "$TRAVIS_TAG" ]]; then pyinstaller git-app-version.spec ; tar -czf git-app-version_${TRAVIS_OS_NAME}_amd64.tar.gz -C dist git-app-version ; fi
0 commit comments