Delete .travis.yml

This commit is contained in:
Lorenz Diener 2022-11-10 23:49:15 +00:00 committed by GitHub
parent 6e8e45f169
commit 8e94e573d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +0,0 @@
language: python
python:
- "3.6"
install:
- pip install .[test]
- pip install codecov
script: python setup.py pytest
after_script: codecov
cache: pip