Skip to content

Commit

Permalink
chore: add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
r0binary committed May 15, 2019
1 parent 57e046f commit 2736d4e
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.5"
install:
- pip install Cython
- pip install -r requirements.txt
- pip install -e .
script:
- pytest

0 comments on commit 2736d4e

Please sign in to comment.