Skip to content

Commit

Permalink
travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dpep committed Mar 27, 2020
1 parent 24bac1d commit a7105f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- "3.7"
install:
- pip install coveralls
- pip install forbiddenfruit
script:
- coverage run --source=rekey setup.py test
after_success:
- coveralls

0 comments on commit a7105f4

Please sign in to comment.