Skip to content

Commit

Permalink
Add travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Oct 10, 2017
1 parent faa3ebb commit 665c2f7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: python

python:
# - '2.7'
# - '3.4'
# - '3.5'
# - '3.5-dev'
- '3.6'
# - '3.6-dev'
# - '3.7-dev'
# - 'nightly'
# - 'pypy'
# - 'pypy3'
install:
- pip install -e .
script:
- pytest

0 comments on commit 665c2f7

Please sign in to comment.