Added setuptools installation to travis.yml

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

View File

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