diff options
author | Christian Clauss <cclauss@me.com> | 2020-05-14 00:23:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 00:23:05 +0200 |
commit | 48bf94c8ac9491af513f666d3f7579ece525e553 (patch) | |
tree | 43c14af9c8c806f2f3724e9dac06c7f7753751e9 | |
parent | 00a741f9268988eb0afa62099cd404f1a1d0777f (diff) | |
download | fatcat-48bf94c8ac9491af513f666d3f7579ece525e553.tar.gz fatcat-48bf94c8ac9491af513f666d3f7579ece525e553.zip |
Delete .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 |