diff options
author | Lorenz Diener <[email protected]> | 2022-11-10 23:49:15 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-10 23:49:15 +0000 |
commit | 8e94e573d816a61559c1a53ba63e66b0dad081ef (patch) | |
tree | cc063630471ad1bc75714eaa10b92a2eae08c1a9 | |
parent | 6e8e45f1693f586717d851d0547049c922bf8c2e (diff) | |
download | mastodon.py-8e94e573d816a61559c1a53ba63e66b0dad081ef.tar.gz |
Delete .travis.yml
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b6175da..0000000 --- a/.travis.yml +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | language: python | ||
2 | python: | ||
3 | - "3.6" | ||
4 | |||
5 | install: | ||
6 | - pip install .[test] | ||
7 | - pip install codecov | ||
8 | script: python setup.py pytest | ||
9 | after_script: codecov | ||
10 | |||
11 | cache: pip | ||