Skip to content

Commit

Permalink
add Py3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 19, 2017
1 parent 788bfcb commit 7957322
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: required
dist: trusty
language: python
python: 3.5
python: 3.6

# use cache for big builds like pandas
cache:
Expand All @@ -24,6 +24,7 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
- TOXENV=pypy
# TODO: re-enable when Travis is fixed
# - TOXENV=pypy3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def execute_makefile_commands(commands, alias, verbose=False):
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: IronPython',
'Topic :: Software Development :: Libraries',
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py33, py32, py34, py27, py35, pypy, pypy3, pypy3.3-5.2-alpha1, flake8, setup.py, perf
# deprecation warning: py26, py33
envlist = py32, py33, py34, py26, py27, py35, py36, pypy, pypy3, pypy3.3-5.2-alpha1, flake8, setup.py, perf

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand Down

0 comments on commit 7957322

Please sign in to comment.