aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2022-11-10 23:49:15 +0000
committerGitHub <[email protected]>2022-11-10 23:49:15 +0000
commit8e94e573d816a61559c1a53ba63e66b0dad081ef (patch)
treecc063630471ad1bc75714eaa10b92a2eae08c1a9 /.travis.yml
parent6e8e45f1693f586717d851d0547049c922bf8c2e (diff)
downloadmastodon.py-8e94e573d816a61559c1a53ba63e66b0dad081ef.tar.gz
Delete .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
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 @@
1language: python
2python:
3 - "3.6"
4
5install:
6 - pip install .[test]
7 - pip install codecov
8script: python setup.py pytest
9after_script: codecov
10
11cache: pip
Powered by cgit v1.2.3 (git 2.41.0)