Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up some actual automated testing
Browse files Browse the repository at this point in the history
jstasiak committed Jun 11, 2016
1 parent 9274e8f commit 4a6fd1e
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -3,4 +3,8 @@ python:
- "3.3"
- "3.4"
- "3.5"
script: /bin/true
install:
- pip install -r requirements-dev.txt
- pip install .
script:
- py.test --cov=pyinotify --cov-report term-missing -v
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pytest
pytest-cov

0 comments on commit 4a6fd1e

Please sign in to comment.