Skip to content

Commit efef456

Browse files
committed
Reformat Travis configuration
1 parent 07203c7 commit efef456

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.travis.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
language: python
22
matrix:
33
include:
4-
- name: Code quality tests
5-
env: TOXENV=black,flake8,mypy,docs
6-
python: 3.7
7-
dist: xenial
8-
sudo: true
9-
- name: Unit tests with Python 3.7
10-
env: TOXENV=py37
11-
python: 3.7
12-
dist: xenial
13-
sudo: true
14-
- name: Unit tests with Python 3.6
15-
env: TOXENV=py36
16-
python: 3.6
4+
- name: Code quality tests
5+
env: TOXENV=black,flake8,mypy,docs
6+
python: 3.7
7+
dist: xenial
8+
sudo: true
9+
- name: Unit tests with Python 3.7
10+
env: TOXENV=py37
11+
python: 3.7
12+
dist: xenial
13+
sudo: true
14+
- name: Unit tests with Python 3.6
15+
env: TOXENV=py36
16+
python: 3.6
1717
cache:
1818
directories:
19-
- "$HOME/.cache/pip"
20-
- "$TRAVIS_BUILD_DIR/.tox"
19+
- "$HOME/.cache/pip"
20+
- "$TRAVIS_BUILD_DIR/.tox"
2121
install:
22-
- pip install "poetry>=1.0.0a5"
23-
- poetry install
22+
- pip install "poetry>=1.0.0a5"
23+
- poetry install
2424
script:
25-
- tox -e $TOXENV -- --cov-report term-missing --cov=src
25+
- tox -e $TOXENV -- --cov-report term-missing --cov=src
2626
after_success:
27-
- codecov
27+
- codecov
2828
deploy:
2929
provider: pypi
3030
distributions: sdist bdist_wheel

0 commit comments

Comments
 (0)