diff options
author | Lorenz Diener <[email protected]> | 2019-07-23 12:16:23 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-07-23 12:16:23 +0200 |
commit | e6f6fc07e1460a74a85edeab8cd3d3ee19a54123 (patch) | |
tree | 2b5e13bce6532dbab8ac77f3ec56e806c6b2c78b | |
parent | 5b3c1c6582389899108fac7b3e88e8584edc73bc (diff) | |
download | mastodon.py-e6f6fc07e1460a74a85edeab8cd3d3ee19a54123.tar.gz |
Sunset 2.7
-rw-r--r-- | .travis.yml | 1 |
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 @@ | |||
1 | language: python | 1 | language: python |
2 | python: | 2 | python: |
3 | - "3.6" | 3 | - "3.6" |
4 | - "2.7" | ||
5 | 4 | ||
6 | install: | 5 | install: |
7 | - pip install .[test] | 6 | - pip install .[test] |