Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jarhill0 committed Feb 17, 2018
1 parent 891689b commit 27d947b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
after_success: coveralls
install:
- pip install coveralls
- python setup.py install
language: python
matrix:
allow_failures:
- python: nightly
fast_finish: true
python:
- 3.4
- 3.5
- 3.6
- nightly
script:
- coverage run --source=pawt setup.py test

0 comments on commit 27d947b

Please sign in to comment.