aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-07-23 12:16:57 +0200
committerGitHub <[email protected]>2019-07-23 12:16:57 +0200
commit73eaaad53f4e77a6d0284de84597586852fe54ef (patch)
tree1df1e93afb640999f69b448b37df4e406a540a35 /tox.ini
parente6f6fc07e1460a74a85edeab8cd3d3ee19a54123 (diff)
downloadmastodon.py-73eaaad53f4e77a6d0284de84597586852fe54ef.tar.gz
Sunset 2.7
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f593bc2..2392345 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
1[tox] 1[tox]
2envlist = py27,py36,py37 2envlist = py36,py37
3skipsdist = true 3skipsdist = true
4 4
5 5
@@ -8,4 +8,4 @@ deps = pipenv==2018.11.14
8passenv = HOME 8passenv = HOME
9commands = 9commands =
10 pipenv sync -d 10 pipenv sync -d
11 pipenv run pytest \ No newline at end of file 11 pipenv run pytest
Powered by cgit v1.2.3 (git 2.41.0)