From 855eac06813f6f7117382f2335a320ca9afff16a Mon Sep 17 00:00:00 2001 From: Kostya Esmukov Date: Sun, 5 Sep 2021 22:49:10 +0300 Subject: [PATCH] Remove no longer working .travis.yml --- .travis.yml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index deee688..0000000 --- a/.travis.yml +++ /dev/null @@ -1,38 +0,0 @@ -language: python -dist: xenial - -python: - - "2.7" - - "3.5" - - "3.6" - - "3.7" - - "3.8" - - "3.9-dev" - -install: pip install tox-travis tox tox-venv - -# Used by the `test` stage. -script: tox - -stages: - - test - - lint - -jobs: - allow_failures: - - python: "3.9-dev" - - include: - - # The `test` stage using the `python` matrix defined above - # is included implicitly. - - - stage: lint - name: "Code linting" - python: "3.7" - script: TOXENV=lint tox - - - stage: check-docs - name: "Docs check" - python: "3.7" - script: TOXENV=check-docs tox