1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-06 20:29:34 +00:00

Add Python 3.5 and 3.6

This commit is contained in:
Mike Naberezny 2017-12-15 17:12:26 -08:00
parent f4c7ecdc35
commit 858883017e
3 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,8 @@ matrix:
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: pypy
env: TOXENV=pypy
install:

View File

@ -31,6 +31,8 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Assembly',
'Topic :: Software Development :: Assemblers',
'Topic :: Software Development :: Disassemblers',

View File

@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py32,py33,py34,py35,pypy
py26,py27,py32,py33,py34,py35,py36,pypy
[testenv]
commands =