Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix py35-old CI by using native tox. (#7018)
Browse files Browse the repository at this point in the history
I'm not really sure how this was going wrong, but this seems like the
right approach anyway.
  • Loading branch information
erikjohnston authored Mar 2, 2020
1 parent 174aaa1 commit 3ab8e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .buildkite/scripts/test_old_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions changelog.d/7018.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix py35-old CI by using native tox package.

0 comments on commit 3ab8e9c

Please sign in to comment.