Skip to content

Commit

Permalink
Merge pull request #6 from swordapp/travis-yml
Browse files Browse the repository at this point in the history
Add .travis.yml
  • Loading branch information
alexdutton committed Jun 10, 2020
2 parents 76bcb87 + 7fe1ff1 commit ea9ada5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python

python:
- "3.6"
- "3.7"
- "3.8"

install:
- pip install codecov -e .[test]

script:
- pytest

after_success:
- codecov

0 comments on commit ea9ada5

Please sign in to comment.