Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1337-server committed Dec 31, 2020
1 parent 0976405 commit 38b621d
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 @@ -10,7 +10,7 @@ before_install:
- pip install -U pytest
- pip install codecov
install:
- pip install ".[test]" -r lambda/requirements.txt # install package + test dependencies
- pip install -r lambda/requirements.txt # install package + test dependencies
script: pytest # run tests
after_success:
- codecov # submit coverage

0 comments on commit 38b621d

Please sign in to comment.