Skip to content

Commit

Permalink
Merge pull request #99 from eliangcs/fix-travis-build
Browse files Browse the repository at this point in the history
Fix travis build and add Python 3.6
  • Loading branch information
eliangcs committed Dec 27, 2016
2 parents 4f32d50 + e90d5be commit 38950ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
# pypy3 seem to fail due to a bug on pypy3's curses
# - "pypy3"

env:
global:
- NEWEST_PYTHON=3.5
- NEWEST_PYTHON=3.6

matrix:

Expand All @@ -36,7 +38,7 @@ matrix:
- os: osx
language: generic
env:
- TOXENV=py35
- TOXENV=py36
- BREW_INSTALL=python3

install:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def read_requirements(filename):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
]
)

0 comments on commit 38950ea

Please sign in to comment.