Skip to content

Commit 000d19e

Browse files
committed
Fix Travis CI build: use setuptools==60.9.0
Newer versions have at least one bug under old Python, as per pypa/setuptools#3293
1 parent 2ecbf15 commit 000d19e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ install:
1212
- cd ingest-validation-tools
1313
- pwd
1414
- git checkout v0.0.5
15+
- pip install "setuptools==60.9.0"
1516
- pip install -r requirements.txt
1617

1718
- cd ../ingest-validation-tests # Not sure if this is required, or if it resets between sections.

0 commit comments

Comments
 (0)