summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 07423a8..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-sudo: false
-dist: xenial
-language: python
-install:
- - pip install tox
-script:
- - tox
-matrix:
- include:
- - python: 2.7
- env: TOXENV=py27
- - python: 3.4
- env: TOXENV=py34
- - python: 3.5
- env: TOXENV=py35
- - python: 3.6
- env: TOXENV=py36
- - python: 3.7
- env: TOXENV=py37
- - python: pypy
- env: TOXENV=pypy
- dist: trusty
- - python: pypy3
- env: TOXENV=pypy3
- dist: trusty