File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,8 @@ sudo: false
3
3
4
4
language : python
5
5
python :
6
- - 2.7
7
- - 3.4
8
- - 3.5
9
6
- 3.6
10
7
- 3.7
11
- - pypy
12
8
- pypy3
13
9
14
10
addons :
Original file line number Diff line number Diff line change @@ -19,13 +19,9 @@ classifier =
19
19
Development Status :: 4 - Beta
20
20
License :: OSI Approved :: Apache Software License
21
21
Topic :: Software Development :: Libraries :: Python Modules
22
- Programming Language :: Python
23
- Programming Language :: Python :: 2
24
- Programming Language :: Python :: 2.7
25
- Programming Language :: Python :: 3
26
- Programming Language :: Python :: 3.4
27
- Programming Language :: Python :: 3.5
22
+ Programming Language :: Python :: 3 :: Only
28
23
Programming Language :: Python :: 3.6
24
+ Programming Language :: Python :: 3.7
29
25
requires-dist = setuptools
30
26
keywords =
31
27
saml
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py27
4
- py34
5
- py35
6
3
py36
7
4
py37
8
- pypy
9
5
pypy3
10
6
11
7
[testenv]
You can’t perform that action at this time.
0 commit comments