We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33eb832 commit 959191aCopy full SHA for 959191a
.travis.yml
@@ -1,4 +1,9 @@
1
language: python
2
+python:
3
+ - "2.6"
4
+ - "2.7"
5
+ - "3.5"
6
+ - "3.6"
7
install:
8
- pip install tox coveralls
9
# command to run tests
@@ -7,7 +12,7 @@ script:
12
env:
13
- TOXENV=py26
14
- TOXENV=py27
10
- - TOXENV=py34
11
15
- TOXENV=py35
16
+ - TOXENV=py36
17
after_success:
18
coveralls
setup.py
@@ -50,8 +50,8 @@ def find_version(*file_paths):
50
'Operating System :: OS Independent',
51
'Programming Language :: Python :: 2.6',
52
'Programming Language :: Python :: 2.7',
53
- 'Programming Language :: Python :: 3.4',
54
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
55
'Topic :: System :: Distributed Computing',
56
],
57
)
0 commit comments