summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2020-07-09 16:15:52 -0400
committerGitHub <noreply@github.com>2020-07-09 16:15:52 -0400
commitbb6bc7aede0fc032f1db85b9cc033826d321142c (patch)
tree178d975234bdac3ab00e0d7c948da4c3f5279aba
parent6d64ff709e2cb93222103ab2ddb937ba4f498bb6 (diff)
parent4ccfdcdd00e0e975bc0564e89d22060566999ab2 (diff)
downloadtesttools-bb6bc7aede0fc032f1db85b9cc033826d321142c.tar.gz
Merge pull request #296 from mtreinish/remove-travis
Remove the travis config
-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 f789771..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-language: python
-cache: pip
-
-python:
- - "3.5"
- - "3.6"
- - "3.7"
- - "3.8"
- - "pypy3"
-
-install:
- - pip install -U pip wheel setuptools
- - pip install sphinx Twisted
- - pip install .[test]
-
-script:
- - python -m testtools.run testtools.tests.test_suite
- - make clean-sphinx docs