Enable CI on Travis
This commit is contained in:
parent
d2a27d9892
commit
4404d2adbe
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
script: python setup.py && python setup.py test
|
||||
sudo: false
|
||||
Loading…
Reference in a new issue