File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
* .pyc
2
2
MANIFEST
3
3
.idea /*
4
- .virtualenv /*
5
- .py3virtualenv /*
4
+ . * virtualenv /*
6
5
7
6
# Output of building package
8
7
* .egg-info
Original file line number Diff line number Diff line change 5
5
- " 3.5.5"
6
6
- " 3.6"
7
7
# - "3.7" is handled in 'Test' job using xenial as Python 3.7 is not available for trusty.
8
+ # - "3.8" is handled in 'Test' job using xenial as Python 3.8 is not available for trusty.
8
9
- " pypy"
9
10
- " pypy3"
10
11
install : " pip install -r requirements/core.txt;pip install -r requirements/test.txt"
71
72
srcclr : true
72
73
dist : xenial
73
74
python : " 3.7"
75
+ - stage : ' Test'
76
+ addons :
77
+ srcclr : true
78
+ dist : xenial
79
+ python : " 3.8"
Original file line number Diff line number Diff line change 1
- coverage= =4.0.3
1
+ coverage> =4.0.3
2
2
flake8==3.6.0
3
3
funcsigs==0.4
4
4
mock==1.3.0
You can’t perform that action at this time.
0 commit comments