Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
  • Loading branch information
hburke123 committed Oct 24, 2019
1 parent 637825b commit ae4f895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ before_install:
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -r api/requirements.txt
- pip install -r testing/requirements.txt

before_script:
Expand Down
2 changes: 2 additions & 0 deletions testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ pytest
semver
pytest
pytest-asyncio
aiofiles
email-validator

0 comments on commit ae4f895

Please sign in to comment.