Skip to content

Commit

Permalink
Add Python 3.5 and 3.6 to Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
papr committed May 4, 2017
1 parent ae3e731 commit 2c77631
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -4,11 +4,13 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"

install:
- pip install nose
- pip install .

script:
script:
- pwd
- nosetests -v --exe
3 changes: 2 additions & 1 deletion AUTHORS
Expand Up @@ -8,8 +8,9 @@ Contributors
Aldo Hoeben <aldo@fieldofview.com>
Rio Kierkels <riokierkels@gmail.com>
Pieter Hintjens <ph@imatix.com>
HKU MAPLAB <http://www.maplab.nl
HKU MAPLAB <http://www.maplab.nl>
Steven Silvester <steven.silvester@ieee.org>
Pablo Prietz <pablo@prietz.org>

Corporate Contributors
======================
Expand Down

0 comments on commit 2c77631

Please sign in to comment.