Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Add CI testing files
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed Dec 29, 2018
1 parent 698cb1d commit 5776f2f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[run]
branch = True
source =
.
omit =
.tox/*
setup.py
tests/*
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: false
language: python
# cache package wheels (1 cache per python version)
cache: pip
python: 3.6

install:
- pip install .[test]

script:
- python -m pytest tests/

0 comments on commit 5776f2f

Please sign in to comment.