Skip to content

Commit

Permalink
add a travil.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Judy Njangi committed Sep 27, 2017
1 parent d78045a commit 031e962
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: python
python:
- "3.6.0"
install:
- pip install -r requirements.txt
- pip install coveralls
# command to run tests
script:
- coverage run --source=tests/*.py

0 comments on commit 031e962

Please sign in to comment.