Skip to content

Commit

Permalink
Merge pull request #35 from epapbak/fix_CI
Browse files Browse the repository at this point in the history
Upgrade wheel and setup in travis CI
  • Loading branch information
epapbak authored Aug 17, 2022
2 parents c6d5b42 + daa3331 commit a619624
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ python:
# needed to work correctly with Python 3 shebang
env: SKIP_INTERPRETER=true
install:
- pip install --upgrade setuptools
- pip install --upgrade wheel
- pip install pycodestyle
- pip install pydocstyle
- pip install pytest-cov
Expand Down

0 comments on commit a619624

Please sign in to comment.