From dbe95dc3cc05a13a29467f73c0ce61366527be8b Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 7 May 2017 00:46:47 +0200 Subject: [PATCH] add setuptools requirement to travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 54934c2..c85b79f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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