File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,14 @@ python:
8
8
- " 3.5"
9
9
- " 3.6"
10
10
- " 3.7"
11
+ - " 3.7-dev"
12
+ - " 3.8-dev"
11
13
12
14
allow_failure :
13
- - python : " 3.7 "
15
+ - python : " 3.8-dev "
14
16
15
17
install :
16
18
- pip install -r requirements.txt
17
- - pip install -r requirements-dev.txt
18
19
19
20
before_script :
20
21
- make prepare
@@ -30,7 +31,7 @@ deploy:
30
31
provider : script
31
32
script : make upload-pypi
32
33
on :
33
- python : 3.6
34
+ python : 3.7
34
35
tags : true
35
36
36
37
notifications :
Original file line number Diff line number Diff line change
1
+ async-generator == 1.10 ; python_version >= "3.6"
1
2
codacy-coverage == 1.3.11
2
3
mock == 2.0.0
3
4
pytest-cov == 2.6.1
5
+ pytest-tornasync ; python_version >= '3.5'
6
+ pytest-trio == 0.5.2 ; python_version >= "3.6"
4
7
pytest == 4.4.1
5
8
six == 1.12.0
9
+ tornado >= 5.0
6
10
trio == 0.11.0 ; python_version >= "3.6"
7
- pytest-trio == 0.5.2 ; python_version >= "3.6"
8
- async-generator == 1.10 ; python_version >= "3.6"
Original file line number Diff line number Diff line change 69
69
'Programming Language :: Python :: 2' ,
70
70
'Programming Language :: Python :: 2.7' ,
71
71
'Programming Language :: Python :: 3' ,
72
- 'Programming Language :: Python :: 3.4' ,
73
72
'Programming Language :: Python :: 3.5' ,
74
73
'Programming Language :: Python :: 3.6' ,
75
74
'Programming Language :: Python :: 3.7' ,
75
+ 'Programming Language :: Python :: 3.8' ,
76
76
],
77
77
packages = [
78
78
'rethinkdb' ,
You can’t perform that action at this time.
0 commit comments