Skip to content

Commit

Permalink
Fixed missing installation commands in CI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ndyashas committed Aug 20, 2020
1 parent 22b1936 commit 3083af1
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 @@ -4,6 +4,7 @@ python:
- "3.6"

install:
- pip3 install -r requirements.txt
- pip3 install pytest==5.4.3 timeout-decorator==0.4.1

script:
Expand Down

0 comments on commit 3083af1

Please sign in to comment.