mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Revert to setuptools 28.6 on CI due to
https://github.com/pypa/setuptools/issues/833
This commit is contained in:
@@ -3,7 +3,7 @@ sudo: false
|
||||
python:
|
||||
- "3.4"
|
||||
install:
|
||||
- pip install -U pip wheel setuptools
|
||||
- pip install -U pip wheel setuptools==28.6.1
|
||||
script:
|
||||
- bash .travis.sh $JOB
|
||||
cache:
|
||||
|
||||
Reference in New Issue
Block a user