summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-05-29 07:45:49 +1000
committerBrian May <brian@linuxpenguins.xyz>2020-05-29 07:45:49 +1000
commitc9bc389992c0fe4b24d88929305c94fe4a361934 (patch)
tree07c6510afe9fb2ed455d5992b5154995f74b4c58
parent9f27c1943b83891891973e655a700886e357a1ca (diff)
Remove legacy travis file
-rw-r--r--.travis.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 22959fc..0000000
--- a/.travis.yml
+++ /dev/null
@@ -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