Travis-CI support removed

This commit is contained in:
Lukas Klass 2020-10-29 14:22:11 +01:00
parent ba632cfc1a
commit 92495c27eb

View File

@ -1,11 +0,0 @@
language: python
python:
- "3.6" # current default Python on Travis CI
- "3.7"
- "3.8"
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script:
- python3 -m unittest discover tests