diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5825520..0000000 --- a/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -language: python -cache: pip -before_script: -- pip install --upgrade tox setuptools virtualenv - -# test script -script: tox -notifications: - on_success: change - on_failure: always - -matrix: - include: - - python: 3.6 - env: TOXENV=py36 - - python: 3.7 - env: TOXENV=py37 - - python: 3.8 - env: TOXENV=py38 - - python: 3.7 - env: TOXENV=readme - - python: 3.7 - env: TOXENV=flake8 - - python: 3.7 - env: TOXENV=pylint - - python: 3.7 - env: TOXENV=doc8 - - python: 3.7 - env: TOXENV=bandit - - python: 3.7 - env: TOXENV=docs |
