Fixed wrong pip version

This commit is contained in:
Daniel Wang 2018-07-19 14:03:48 -04:00
parent fcb3575b72
commit 0b2e56fcbf
No known key found for this signature in database
GPG Key ID: 82968CE7F0EA634E
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ before_install:
- eval "${MATRIX_EVAL}"
install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pip install --user setuptools; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pip3 install --user setuptools; fi
- python3 setup.py build
- python3 setup.py install
- python3 setup.py bdist_wheel