Skip to content

Commit

Permalink
Add python 3.6 support on travis for #87
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Feb 1, 2017
1 parent f1a8010 commit 7d5c488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ python:
- "3.3"
- "3.4.4"
- "3.5"
- "3.6"
- "pypy"
matrix:
exclude:
Expand All @@ -35,6 +36,8 @@ matrix:
env: EXTRA_INSTALLS=
- python: "3.5"
env: EXTRA_INSTALLS=
- python: "3.6"
env: EXTRA_INSTALLS=

script: nosetests --with-coverage --cover-package=functional && pylint functional
after_success:
Expand Down

0 comments on commit 7d5c488

Please sign in to comment.