Delete .travis.yml

This commit is contained in:
Stéphane Wirtel 2021-05-07 07:10:50 +02:00 committed by GitHub
parent 03be7e1bcb
commit 1048b6bf97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
language: python
python:
- 3.6
install:
- virtualenv -p python .env
- make install
script:
- make test
sudo: false