diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9b08e64a..00000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -os: linux -dist: focal -language: python -python: 3.8 -install: pip install flake8 -script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics |