Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mssalvatore committed May 17, 2020
1 parent d50164e commit 9870971
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
before_install:
- pip install codecov
- pip install pytest-cov

# Hack to remove the pytest alias defined in setup.cfg
- rm setup.cfg
install:
- pip install .
script:
- py.test -vv --cov-report=term --cov=owwatcher
after_success:
codecov
Empty file added tests/__init__.py
Empty file.

0 comments on commit 9870971

Please sign in to comment.