Skip to content

Commit

Permalink
Add travis config to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
twemyss committed Nov 5, 2020
1 parent 3bc7eb6 commit 0e7dd49
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .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 -r requirements.txt
# command to run tests
script:
- pytest week05-testing/
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pytest
pytest-cov
datetime

0 comments on commit 0e7dd49

Please sign in to comment.