Skip to content

Commit

Permalink
Merge pull request #14 from erickwilder/support-py35
Browse files Browse the repository at this point in the history
Add official support to Python 3.5.0
  • Loading branch information
osantana committed Oct 5, 2015
2 parents 209e4cc + 05e47b5 commit 621f2fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ matrix:
python: 2.7
- os: linux
python: 3.4
- os: linux
python: 3.5
- os: linux
python: pypy
- os: osx
Expand All @@ -22,6 +24,12 @@ matrix:
- PYTHON_VERSION=3.4.3
- PYENV_ROOT=~/.pyenv
- PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
- os: osx
language: generic
env:
- PYTHON_VERSION=3.5.0
- PYENV_ROOT=~/.pyenv
- PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
- os: osx
language: generic
env:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34
envlist = py27, py34, py35

[testenv]
commands = python setup.py test
Expand Down

0 comments on commit 621f2fb

Please sign in to comment.