add setuptools requirement to travis.yml

This commit is contained in:
Pavol Rusnak 2017-05-07 00:46:47 +02:00
parent 91ffca595b
commit dbe95dc3cc
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ python:
install:
# Optimisation: build requirements as wheels, which get cached by Travis
- pip install "pip>=7.0" wheel
- pip install "setuptools>=19.0"
script:
- python setup.py install