diff options
| author | Matthew Treinish <mtreinish@kortar.org> | 2020-07-09 16:15:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-09 16:15:52 -0400 |
| commit | bb6bc7aede0fc032f1db85b9cc033826d321142c (patch) | |
| tree | 178d975234bdac3ab00e0d7c948da4c3f5279aba | |
| parent | 6d64ff709e2cb93222103ab2ddb937ba4f498bb6 (diff) | |
| parent | 4ccfdcdd00e0e975bc0564e89d22060566999ab2 (diff) | |
| download | testtools-bb6bc7aede0fc032f1db85b9cc033826d321142c.tar.gz | |
Merge pull request #296 from mtreinish/remove-travis
Remove the travis config
| -rw-r--r-- | .travis.yml | 18 |
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 |
