Skip to content

Commit

Permalink
Replicated config from handover with requirements-test.txt file loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoooo committed Apr 18, 2023
1 parent 087adbf commit fab7646
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ before_install:

before_script:
- docker-compose -f src/tests/docker-compose.yml up -d
- pip install -r requirements.txt
- pip install coverage
- pip install -r requirements-test.txt
- pip install .

script:
Expand Down
3 changes: 3 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r requirements.txt
pytest
coverage

0 comments on commit fab7646

Please sign in to comment.