diff --git a/.travis.yml b/.travis.yml index 39ad2df..9a70c18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ python: - "3.6" script: - "python3 setup.py test" - +install: + - "pip3 install setuptools"