forked from CGM_Public/pretix_original
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:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
install:
|
install:
|
||||||
- pip install -U pip wheel setuptools
|
- pip install -U pip wheel setuptools==28.6.1
|
||||||
script:
|
script:
|
||||||
- bash .travis.sh $JOB
|
- bash .travis.sh $JOB
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ automatically). If you are working on Ubuntu or Debian, we strongly recommend up
|
|||||||
your pip and setuptools installation inside the virtual environment, otherwise some of
|
your pip and setuptools installation inside the virtual environment, otherwise some of
|
||||||
the dependencies might fail::
|
the dependencies might fail::
|
||||||
|
|
||||||
pip install -U pip setuptools
|
pip install -U pip setuptools==28.6.1
|
||||||
|
|
||||||
Working with the code
|
Working with the code
|
||||||
---------------------
|
---------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user