File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ matrix:
13
13
before_install :
14
14
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
15
15
- pip install codecov
16
+ - pip install 'py>=1.5.0'
16
17
install :
17
18
- pip install -e .
18
19
- pip install -r requirements_dev.txt
@@ -27,4 +28,4 @@ deploy:
27
28
secure : iZWZuDMIWyFtJf5cLDPwA82d7DVi+/8yBQJVowctJwkioz4PEZBrf4N7cKyFc7JlhsS0/gqPJ9nw1FBqHwlTFwikpCYjudcfVijzibwKBbTbYTbTY1xEYiv+2/Q2UGoGjGmf2qdqM9SBaQwvax+KgMO6e4I4vrX4cm3kMx4LHt0Z2ArORlhZ0oKxyi6azcFiZYwlOlp31PuV0iNpBkroBf+gQ20S35hD+GIm1U6D4zqkN0HmZ0LxlpZLXsHZ0FrEE57KU06RowWfkAFBkGjMBjr+phiZ/XRe88SFaiB3HVZaJm+ZPTJKnxryuGt5th54Q10DKLZ3KUien33saBYVziamHZ8ZYS01ztahEhqLKlQVB1e+p1M8mYXKVodqLgytOsddixIBmibq2rDJmLSPwro8RBwLhLdGZdRsH2kii06OQxPrzlUrOwtErozxvdNjS47hwjJ4ZVm4ZGcnOXZut4qwkiEEUMWUd54V+zDNnRxOf+hi/mEx3u8CmkV26XFJ7WHpr/E1T9XHuRh7YVP8MXrM3gjoL86g1swalpH/QBjf0UaF2BlTvWJ3j52uThH7MFUlCBgpYer1giJayyNjFw4+qUVMCyByD87V7x6/3glA7t4Kh0LiMq0Zo23PPbhuJOmJmDy6GTtjkXZEJ6XnNPV9+VR8LApmppevBDKafgA=
28
29
distributions : sdist bdist_wheel
29
30
on :
30
- tags : true
31
+ tags : true
Original file line number Diff line number Diff line change 1
1
mock
2
2
pytest
3
- pytest-pep8
4
- pytest-flakes
3
+ pytest-flake8
5
4
pytest-cov
6
- flask
5
+ flask
Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ def finalize_options(self):
38
38
TestCommand .finalize_options (self )
39
39
self .test_args = [
40
40
'-sv' ,
41
- '--pep8' ,
42
- '--flakes' ,
41
+ '--flake8' ,
43
42
'--junitxml' , 'reports/junit.xml' ,
44
43
'--cov' , 'openapi_core' ,
45
44
'--cov-report' , 'term-missing' ,
You can’t perform that action at this time.
0 commit comments