mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix py35-old CI by using native tox. (#7018)
I'm not really sure how this was going wrong, but this seems like the right approach anyway.
This commit is contained in:
parent
174aaa1d62
commit
3ab8e9c293
@ -6,12 +6,7 @@
|
||||
set -ex
|
||||
|
||||
apt-get update
|
||||
apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev
|
||||
|
||||
# workaround for https://github.com/jaraco/zipp/issues/40
|
||||
python3.5 -m pip install 'setuptools>=34.4.0'
|
||||
|
||||
python3.5 -m pip install tox
|
||||
apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev tox
|
||||
|
||||
export LANG="C.UTF-8"
|
||||
|
||||
|
1
changelog.d/7018.bugfix
Normal file
1
changelog.d/7018.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix py35-old CI by using native tox package.
|
Loading…
Reference in New Issue
Block a user