diff options
Diffstat (limited to 'user/py3-roman/py36.patch')
-rw-r--r-- | user/py3-roman/py36.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/py3-roman/py36.patch b/user/py3-roman/py36.patch new file mode 100644 index 000000000..fc74674a7 --- /dev/null +++ b/user/py3-roman/py36.patch @@ -0,0 +1,10 @@ +--- roman-2.0.0/tox.ini 2013-02-25 10:15:52.000000000 +0000 ++++ roman-2.0.0/tox.ini 2018-01-11 02:04:11.950000000 +0000 +@@ -1,6 +1,6 @@ + [tox] + envlist = +- py26,py27,py33,pypy ++ py26,py27,py33,pypy,py36 + + [testenv] + commands = |