Skip to content

Commit 935485e

Browse files
committed
Dropped support for py2x
Support for python 2.7.x and PyPy2.x dropped. From now on zxbasic will require Py3
1 parent 741bcfb commit 935485e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py36,pypy,flake8
2+
envlist = py36,flake8
33

44
[testenv]
55
setenv = LANG=en_US.UTF-8

0 commit comments

Comments
 (0)