summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 3ca6074..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-# Generated from:
-# https://github.com/zopefoundation/meta/tree/master/config/pure-python
-language: python
-python:
- - 2.7
- - pypy
- - 3.5
- - 3.6
- - 3.7
- - 3.8
- - pypy3
-
-matrix:
- include:
- - name: "lint"
- python: 3.7
- env: TOXENV="lint"
- - name: "coverage"
- python: 3.7
- env: TOXENV="coverage"
- after_success:
- - coveralls
-
-install:
- - pip install -U pip
- - pip install -U tox-travis coveralls
-
-script:
- - tox
-
-notifications:
- email: false
-
-cache: pip