Skip to content

Commit 0835139

Browse files
committed
indent
1 parent 375647b commit 0835139

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.travis.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
sudo: false
22
language: python
33
python:
4-
- 3.6
5-
- 3.7
6-
- 3.8
7-
- pypy3
4+
- 3.6
5+
- 3.7
6+
- 3.8
7+
- pypy3
88
addons:
99
apt:
1010
packages:
1111
-
1212
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
1818
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
2323
after_success:
24-
- codecov
24+
- codecov
2525
notifications:
2626
email: true
2727
deploy:

0 commit comments

Comments
 (0)