Skip to content

Commit

Permalink
changing to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
joshy committed Mar 12, 2020
1 parent d80d2f7 commit 3e87db3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
# command to run tests
script: python -m unittest
script:
- pytest
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest

0 comments on commit 3e87db3

Please sign in to comment.