Stop pinning setuptools

This commit is contained in:
Raphael Michel
2018-10-29 12:42:07 +01:00
parent 552f99a63b
commit 409e77cf2f

View File

@@ -1,7 +1,7 @@
language: python
sudo: false
install:
- pip install -U pip wheel setuptools==28.6.1
- pip install -U pip wheel setuptools
script:
- bash .travis.sh $JOB
cache: