diff options
Diffstat (limited to 'user/py3-roman/py36.patch')
-rw-r--r-- | user/py3-roman/py36.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/user/py3-roman/py36.patch b/user/py3-roman/py36.patch deleted file mode 100644 index fc74674a7..000000000 --- a/user/py3-roman/py36.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 = |