aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-07-23 12:16:23 +0200
committerGitHub <[email protected]>2019-07-23 12:16:23 +0200
commite6f6fc07e1460a74a85edeab8cd3d3ee19a54123 (patch)
tree2b5e13bce6532dbab8ac77f3ec56e806c6b2c78b
parent5b3c1c6582389899108fac7b3e88e8584edc73bc (diff)
downloadmastodon.py-e6f6fc07e1460a74a85edeab8cd3d3ee19a54123.tar.gz
Sunset 2.7
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 25f9236..b6175da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
1language: python 1language: python
2python: 2python:
3 - "3.6" 3 - "3.6"
4 - "2.7"
5 4
6install: 5install:
7 - pip install .[test] 6 - pip install .[test]
Powered by cgit v1.2.3 (git 2.41.0)