File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
matrix :
3
3
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
17
17
cache :
18
18
directories :
19
- - " $HOME/.cache/pip"
20
- - " $TRAVIS_BUILD_DIR/.tox"
19
+ - " $HOME/.cache/pip"
20
+ - " $TRAVIS_BUILD_DIR/.tox"
21
21
install :
22
- - pip install "poetry>=1.0.0a5"
23
- - poetry install
22
+ - pip install "poetry>=1.0.0a5"
23
+ - poetry install
24
24
script :
25
- - tox -e $TOXENV -- --cov-report term-missing --cov=src
25
+ - tox -e $TOXENV -- --cov-report term-missing --cov=src
26
26
after_success :
27
- - codecov
27
+ - codecov
28
28
deploy :
29
29
provider : pypi
30
30
distributions : sdist bdist_wheel
You can’t perform that action at this time.
0 commit comments