summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 1bd1d1d..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-cache: pip
-language: python
-matrix:
- include:
- - python: 2.7
- env: TOXENV=py27,py27-flake8
- - python: 3.5
- env: TOXENV=py35
- - python: 3.6
- env: TOXENV=py36
- - python: 3.7
- env: TOXENV=py37,py37-flake8
- dist: xenial
- sudo: true
- - python: pypy
- env: TOXENV=pypy
- - python: pypy3
- env: TOXENV=pypy3
-
-services:
- - memcached
-
-install:
- - travis_retry pip install tox
-
-script:
- - travis_retry tox -- -m unit,integration