Merge branch 'py35'

This commit is contained in:
Roman Zeyde
2015-09-19 12:02:24 +03:00
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install:
- pip install .
@@ -14,7 +15,7 @@ install:
script:
- pep8 amodem/ scripts/
- echo "Hello World!" | amodem send -vv -l- -o- | amodem recv -vv -l- -i-
- coverage run --source=amodem --omit="*/__main__.py" -m py.test -vvs
- coverage run --source=amodem --omit="*/__main__.py" -m py.test -vvs --assert=plain
after_success:
- coverage report

View File

@@ -48,6 +48,7 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Networking',
'Topic :: Communications',