diff options
author | Jon Parise <jon@pinterest.com> | 2019-09-03 10:17:03 -0700 |
---|---|---|
committer | Jon Parise <jon@pinterest.com> | 2019-09-03 10:17:03 -0700 |
commit | 384f26bc21a94dac266361d667c7fdba93a34563 (patch) | |
tree | e29e48e8d2da7043fa3f3c6237e2de4c610d7c01 | |
parent | 28fa91d30c6c46af8f1f0c625d1d1d9a9e09f42f (diff) | |
download | pymemcache-384f26bc21a94dac266361d667c7fdba93a34563.tar.gz |
Remove .travis.yml
-rw-r--r-- | .travis.yml | 27 |
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 |