Traaaaviiiiiisss

This commit is contained in:
Phil Howard
2019-01-21 15:42:19 +00:00
parent 0a4f327520
commit d0164da1a1

24
.travis.yml Normal file
View File

@@ -0,0 +1,24 @@
language: python
sudo: false
cache: pip
git:
submodules: true
matrix:
include:
- python: "2.7"
env: TOXENV=py27
- python: "3.5"
env: TOXENV=py35
- python: "2.7"
env: TOXENV=py27
install:
- pip install --ignore-installed --upgrade setuptools pip tox coveralls
script:
- cd library
- tox -vv
after_success: if [ "$TOXENV" == "py35" ]; then coveralls; fi