Skip to content

Commit

Permalink
Merge branch 'py35'
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Sep 19, 2015
2 parents 3911f16 + 3b8f913 commit 0876be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"

install:
- pip install .
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def run_tests(self):
'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',
Expand Down

0 comments on commit 0876be1

Please sign in to comment.