Skip to content

Commit 9b36bfc

Browse files
committed
Added 3.6 to supported versions
1 parent 5a08ba2 commit 9b36bfc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ deploy:
55
user: pythad
66
distributions: sdist bdist_wheel
77
on:
8-
python: 3.5
8+
python: 3.6
99
repo: pythad/nider
1010
tags: true
1111
install: pip install -U tox-travis
1212
language: python
1313
python:
14+
- 3.6
1415
- 3.5
1516
- 3.4
1617
script: tox

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
'Natural Language :: English',
5858
'Programming Language :: Python :: 3',
5959
'Programming Language :: Python :: 3.4',
60-
'Programming Language :: Python :: 3.5'
60+
'Programming Language :: Python :: 3.5',
61+
'Programming Language :: Python :: 3.6'
6162
],
6263
test_suite='tests',
6364
tests_require=test_requirements,

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ envlist = py34, py35, flake8
33

44
[travis]
55
python =
6+
3.6: py36
67
3.5: py35
78
3.4: py34
89

0 commit comments

Comments
 (0)