Skip to content

Commit

Permalink
Add the .travis.yml file Answers UCL-RITS#90
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolaos Schoinas committed Nov 10, 2020
1 parent e813ba0 commit 55b427a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions week05-testing/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: python
python:
- "3.8"
# command to install dependencies
install:
- pip install requests pyyaml pytest pytest-cov
# command to run tests
script:
- pytest --cov

0 comments on commit 55b427a

Please sign in to comment.