This repository was archived by the owner on Jun 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-20
lines changed Expand file tree Collapse file tree 2 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 1
- language : python
2
-
3
1
sudo : false
4
2
5
- python : 3.6
3
+ language : python
4
+ python :
5
+ - 3.6
6
+ - 3.7
7
+ - pypy3
8
+
9
+ addons :
10
+ apt :
11
+ packages :
12
+ -
6
13
7
14
install :
15
+ - pip install codecov
8
16
- pip install tox
17
+ - pip install tox-travis
9
18
10
- env :
11
- - TOXENV=py34
12
- - TOXENV=py35
13
- - TOXENV=py36
14
- - TOXENV=py37
15
- - TOXENV=quality
16
- - TOXENV=docs
17
-
18
- # Everything behaves under python 3.6 except python3.5
19
- matrix :
20
- include :
21
- - python : 3.5
22
- env : TOXENV=py35
23
- - env : TOXENV=isort-check
24
19
script :
25
- - tox -e $TOXENV
20
+ - codecov --version
21
+ - tox
22
+
23
+ after_success :
24
+ - codecov
26
25
27
26
notifications :
28
- email : false
27
+ email : false
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ def run_tests(self):
56
56
classifiers = [
57
57
"Development Status :: 4 - Beta" ,
58
58
"License :: OSI Approved :: Apache Software License" ,
59
- "Programming Language :: Python :: 3.4" ,
60
59
"Programming Language :: Python :: 3.5" ,
61
60
"Programming Language :: Python :: 3.6" ,
61
+ "Programming Language :: Python :: 3.7" ,
62
62
"Topic :: Software Development :: Libraries :: Python Modules" ],
63
63
install_requires = [
64
64
"cryptojwt>=0.6.6" ,
You can’t perform that action at this time.
0 commit comments