Skip to content

Commit

Permalink
use travis ci builtin pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ding committed Jul 17, 2017
1 parent 9f4e87e commit 0900a56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ python:
- "3.5"
- "3.6"
install:
- pip install pytest-cov pytest-flake8
- pip install -r requirements.txt
script: py.test tests
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
pytest
pytest-cov
pytest-flake8

0 comments on commit 0900a56

Please sign in to comment.