add travis config

This commit is contained in:
PyYoshi 2016-10-17 12:41:26 +09:00
parent 8d7c85f13b
commit bb4df62c77

18
.travis.yml Normal file
View file

@ -0,0 +1,18 @@
sudo: false
language: python
python: 3.5
cache:
directories:
- $HOME/.cache/pip
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
install:
- pip install -U tox nose cython
script:
- tox -e $TOXENV