Enable Travis CI

This commit is contained in:
kennytm 2017-02-18 23:55:35 +08:00
parent 8e98db48c4
commit e4b9c51642
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C
2 changed files with 15 additions and 0 deletions

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
sudo: false
language: python
python:
- "3.2"
- "3.6"
#- "pypy3"
# disabling PyPy3 until https://github.com/travis-ci/travis-ci/issues/6277 is solved.
install:
- pip3 install -r requirements.txt
script:
- python3 -m unittest test.py