add setuptools requirement to travis.yml

pull/25/head
Pavol Rusnak 8 years ago
parent 91ffca595b
commit dbe95dc3cc
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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

Loading…
Cancel
Save