Skip to content

Commit

Permalink
Add support for python 3.6 and test it on travis-ci (#311)
Browse files Browse the repository at this point in the history
Review: @jayich
  • Loading branch information
maffoo committed Jan 11, 2017
1 parent 0862da5 commit 61fa17d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
- cat requirements.txt | perl -p -i -e 's/>=/==/g' > exact_requirements.txt
- pip install -r exact_requirements.txt
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Scientific/Engineering"""

import os
Expand Down

0 comments on commit 61fa17d

Please sign in to comment.