Remove ancient CI configuration

This commit is contained in:
Kevin Tindall
2022-02-13 10:19:07 -06:00
parent 523ef418ef
commit 8a3ce6c9fd

View File

@@ -1,11 +0,0 @@
dist: bionic
language: python
python:
- 3.6
- 3.7
- 3.8
- 3.9
install:
- pip install --upgrade pip
- pip install tox-travis
script: tox