File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 11sudo : false
22language : python
33python :
4- - 3.6
5- - 3.7
6- - 3.8
7- - pypy3
4+ - 3.6
5+ - 3.7
6+ - 3.8
7+ - pypy3
88addons :
99 apt :
1010 packages :
1111 -
1212install :
13- - pip install codecov
14- - pip install tox
15- - pip install tox-travis
16- - pip install isort
17- - test "$TRAVIS_PYTHON_VERSION" != "pypy3" && pip install black
13+ - pip install codecov
14+ - pip install tox
15+ - pip install tox-travis
16+ - pip install isort
17+ - test "$TRAVIS_PYTHON_VERSION" != "pypy3" && pip install black
1818script :
19- - isort --check --recursive src tests
20- - test "$TRAVIS_PYTHON_VERSION" != "pypy3" && black --check src tests
21- - codecov --version
22- - tox
19+ - isort --check --recursive src tests
20+ - test "$TRAVIS_PYTHON_VERSION" != "pypy3" && black --check src tests
21+ - codecov --version
22+ - tox
2323after_success :
24- - codecov
24+ - codecov
2525notifications :
2626 email : true
2727deploy :
You can’t perform that action at this time.
0 commit comments