Skip to content

Commit

Permalink
[BugFix] Fix setuptools install version (#380)
Browse files Browse the repository at this point in the history
* [BugFix] Fix deprecated setuptools test command

* Fix pytest ini

* Undo all changes

* Install specific version of setuptools
  • Loading branch information
gchhablani authored Aug 23, 2024
1 parent a05aeb7 commit 7e897ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
- pip install coverage
- pip install flake8 pytest PyYAML
- pip install coveralls
- pip install setuptools --upgrade
- pip install setuptools==70.0.0
script:
- flake8 ./ || travis_terminate 1;
- python setup.py test || travis_terminate 1;
Expand Down

0 comments on commit 7e897ce

Please sign in to comment.