Skip to content

Commit

Permalink
add travis yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth Seiver committed Jan 10, 2018
1 parent 9b6cde8 commit 7a14f9c
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.5"
- "3.6"
- "nightly"
script:
- pytest

0 comments on commit 7a14f9c

Please sign in to comment.