File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ install:
11
11
- pip install -U tox
12
12
matrix :
13
13
include :
14
- - python : 3.4.4
15
- env : TOXENV=py34
16
14
- python : 3.5
17
15
env : TOXENV=py35
16
+ - python : 3.6
17
+ env : TOXENV=py36
18
+ - python : 3.7
19
+ env : TOXENV=py37
18
20
script :
19
21
- tox
20
22
deploy :
Original file line number Diff line number Diff line change 31
31
zip_safe = False ,
32
32
classifiers = [
33
33
"Programming Language :: Python :: 3 :: Only" ,
34
- "Programming Language :: Python :: 3.4" ,
34
+ "Programming Language :: Python :: 3.5" ,
35
+ "Programming Language :: Python :: 3.6" ,
36
+ "Programming Language :: Python :: 3.7" ,
35
37
],
36
38
entry_points = {
37
39
"console_scripts" : ["satosa-saml-metadata=satosa.scripts.satosa_saml_metadata:construct_saml_metadata" ]
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist =py34, py35
2
+ envlist =py35,py36,py37
3
3
4
4
[testenv]
5
5
deps =-rtests/test_requirements.txt
You can’t perform that action at this time.
0 commit comments