Do not install python34.txt on release CI

This commit is contained in:
Raphael Michel
2018-09-11 18:24:00 +02:00
parent 6a999835e2
commit 7518c9e3e0

View File

@@ -17,7 +17,7 @@ pypi:
- virtualenv env - virtualenv env
- source env/bin/activate - source env/bin/activate
- pip install -U pip wheel setuptools - pip install -U pip wheel setuptools
- XDG_CACHE_HOME=/cache pip3 install -Ur src/requirements.txt -r src/requirements/dev.txt -r src/requirements/py34.txt - XDG_CACHE_HOME=/cache pip3 install -Ur src/requirements.txt -r src/requirements/dev.txt
- cd src - cd src
- python setup.py sdist - python setup.py sdist
- pip install dist/pretix-*.tar.gz - pip install dist/pretix-*.tar.gz