Skip to content

Commit

Permalink
Run tests with Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Aug 6, 2018
1 parent 88257d0 commit 7badfd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python:
- "3.6"
install:
- pip install -e .[dev]
script:
- pytest tests.py

0 comments on commit 7badfd0

Please sign in to comment.