Skip to content

Commit

Permalink
[BugFix] Add setuptools upgrade (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani authored Jun 14, 2024
1 parent 05a71aa commit 75efdb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ install:
- pip install coverage
- pip install flake8 pytest PyYAML
- pip install coveralls
- pip install setuptools --upgrade
script:
- flake8 ./ || travis_terminate 1;
- python setup.py test || travis_terminate 1;
Expand Down

0 comments on commit 75efdb2

Please sign in to comment.