Skip to content

Commit 7e897ce

Browse files
authored
[BugFix] Fix setuptools install version (#380)
* [BugFix] Fix deprecated setuptools test command * Fix pytest ini * Undo all changes * Install specific version of setuptools
1 parent a05aeb7 commit 7e897ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
- pip install coverage
99
- pip install flake8 pytest PyYAML
1010
- pip install coveralls
11-
- pip install setuptools --upgrade
11+
- pip install setuptools==70.0.0
1212
script:
1313
- flake8 ./ || travis_terminate 1;
1414
- python setup.py test || travis_terminate 1;

0 commit comments

Comments
 (0)