add travis config
This commit is contained in:
parent
8d7c85f13b
commit
bb4df62c77
1 changed files with 18 additions and 0 deletions
18
.travis.yml
Normal file
18
.travis.yml
Normal 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
|
Loading…
Reference in a new issue