Skip to content

Commit

Permalink
fix travis pip install for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lbulgarelli committed Aug 27, 2020
1 parent 0ad2259 commit 71d4a44
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 @@ -11,7 +11,7 @@ before_install:

# command to install dependencies
install:
- pip install requirements.txt
- pip install -r requirements.txt

# command to run tests
script: pytest

0 comments on commit 71d4a44

Please sign in to comment.