File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
2
+
1
3
language : python
4
+
5
+ matrix :
6
+ include :
7
+ - python : 3.6
8
+ env : TOXENV=py36
9
+ - python : 3.5
10
+ env : TOXENV=py35
11
+ - python : 2.7
12
+ env : TOXENV=py27
13
+
14
+
2
15
install :
3
16
- pip install tox coveralls
4
- # command to run tests
17
+
5
18
script :
6
19
tox
7
- env :
8
- - TOXENV=py26
9
- - TOXENV=py27
10
- - TOXENV=py34
11
- - TOXENV=py35
20
+
12
21
after_success :
13
22
coveralls
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ def find_version(*file_paths):
50
50
'Operating System :: OS Independent' ,
51
51
'Programming Language :: Python :: 2.6' ,
52
52
'Programming Language :: Python :: 2.7' ,
53
- 'Programming Language :: Python :: 3.4' ,
54
53
'Programming Language :: Python :: 3.5' ,
54
+ 'Programming Language :: Python :: 3.6' ,
55
55
'Topic :: System :: Distributed Computing' ,
56
56
],
57
57
)
You can’t perform that action at this time.
0 commit comments