summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml47
1 files changed, 0 insertions, 47 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 464fd86..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,47 +0,0 @@
-# Wire up travis
-language: python
-sudo: false
-
-matrix:
- include:
- - python: 2.7
- env: TOXENV=py27
- - python: 3.5
- env: TOXENV=py35
- - python: 3.6
- env: TOXENV=py36
- - python: 3.7
- env: TOXENV=py37
- dist: xenial
- sudo: true
- - python: 3.8
- env: TOXENV=py38
- dist: xenial
- sudo: true
- - python: pypy
- env: TOXENV=pypy
- - python: pypy3
- env: TOXENV=pypy3
- - python: 3.8
- env: TOXENV=py27,py38,coverage
- dist: xenial
- sudo: true
- - python: 3.8
- env: TOXENV=lint
- dist: xenial
- sudo: true
- - python: 3.5
- env: TOXENV=docs
-
-install:
- - travis_retry pip install tox
-
-script:
- - travis_retry tox
-
-notifications:
- email:
- - pyramid-checkins@lists.repoze.org
- irc:
- channels:
- - "chat.freenode.net#pyramid"