Skip to content

Commit

Permalink
https://github.com/UCL-RITS/rse-classwork-2020/issues/90#issue-736784254
Browse files Browse the repository at this point in the history
  • Loading branch information
Aixi committed Nov 19, 2020
1 parent f2df2e9 commit 7a16d55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions week05-testing/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- "3.7"
- "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 7a16d55

Please sign in to comment.