Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freude committed Oct 29, 2020
1 parent 5b008ac commit c7e0487
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 @@ -27,7 +27,7 @@ install:
- pip install pylint
- pip install python-coveralls
- pip install coverage==4.5.4
- pip install -r requirements.txt
- pip install --no-use-pep517 -r requirements.txt
- pip install .
# command to run tests
script:
Expand Down

0 comments on commit c7e0487

Please sign in to comment.