diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-04-03 14:17:55 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2021-04-03 14:30:38 -0700 |
| commit | 0e3806b25e598faf28b75df5314eaac79a38afa8 (patch) | |
| tree | f3775a45ab1802ef0ad6bdd36c1ce24ee6c7ff29 /.travis.yml | |
| parent | e0116d8e77fb04acc62095734ec49e779f24ee54 (diff) | |
| download | flake8-github_actions.tar.gz | |
enable github actionsgithub_actions
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 |
