Skip to content

Commit 959191a

Browse files
author
Eduard Iskandarov
committed
add python versions to travis build definition
1 parent 33eb832 commit 959191a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.5"
6+
- "3.6"
27
install:
38
- pip install tox coveralls
49
# command to run tests
@@ -7,7 +12,7 @@ script:
712
env:
813
- TOXENV=py26
914
- TOXENV=py27
10-
- TOXENV=py34
1115
- TOXENV=py35
16+
- TOXENV=py36
1217
after_success:
1318
coveralls

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def find_version(*file_paths):
5050
'Operating System :: OS Independent',
5151
'Programming Language :: Python :: 2.6',
5252
'Programming Language :: Python :: 2.7',
53-
'Programming Language :: Python :: 3.4',
5453
'Programming Language :: Python :: 3.5',
54+
'Programming Language :: Python :: 3.6',
5555
'Topic :: System :: Distributed Computing',
5656
],
5757
)

0 commit comments

Comments
 (0)