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 1
1
sudo : false
2
2
language : python
3
3
python :
4
- - 3.6
5
- - 3.7
6
- - 3.8
7
- - pypy3
4
+ - 3.6
5
+ - 3.7
6
+ - 3.8
7
+ - pypy3
8
8
addons :
9
9
apt :
10
10
packages :
11
11
-
12
12
install :
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
18
18
script :
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
23
23
after_success :
24
- - codecov
24
+ - codecov
25
25
notifications :
26
26
email : true
27
27
deploy :
You can’t perform that action at this time.
0 commit comments