Permalink
Browse files

Travis-CI integration

  • Loading branch information...
shawnmjones committed Jun 28, 2018
1 parent 28d7cfa commit 781a53376e5fafd4b30c71d683c89d1fb3fe2c56
Showing with 9 additions and 0 deletions.
  1. +9 −0 .travis.yml
View
@@ -0,0 +1,9 @@
language: python
python:
- "3.6"
script:
- pip install .
- python setup.py test
- python setup.py sdist bdist

0 comments on commit 781a533

Please sign in to comment.