Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Jul 17, 2018
1 parent 1907487 commit 489f72f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install cython
- python setup.py build_ext -i
script:
- python tests.py

0 comments on commit 489f72f

Please sign in to comment.