Remove .travis.yml

This commit is contained in:
Phil Howard
2020-11-14 15:11:33 +00:00
parent f4a234a871
commit 8315a3daa6

View File

@@ -1,24 +0,0 @@
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