Remove legacy travis file

This commit is contained in:
Brian May 2020-05-29 07:45:49 +10:00
parent 9f27c1943b
commit c9bc389992

View File

@ -1,18 +0,0 @@
language: python
matrix:
include:
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
- python: 3.8
env: TOXENV=py38
install:
- pip install tox
script:
- tox