File tree 4 files changed +1
-34
lines changed
4 files changed +1
-34
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,7 @@ python:
13
13
- 3.7
14
14
- 3.8
15
15
16
- env :
17
- global :
18
- - TOXENV="py${PYTHON_VERSION//./}"
19
-
20
16
install :
21
- # https://github.com/tobgu/pyrsistent/issues/208
22
- - pip install --upgrade pip
23
17
- make install
24
18
- pip install coveralls
25
19
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ templates:
37
37
38
38
test :
39
39
pylama $(PACKAGE )
40
- tox
40
+ pytest --cov ${PACKAGE} --cov-report term-missing --cov-fail-under 80
41
41
42
42
version :
43
43
@echo $(VERSION )
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ def read(*paths):
37
37
'pylama' ,
38
38
'pytest' ,
39
39
'pytest-cov' ,
40
- 'tox' ,
41
40
]
42
41
README = read ('README.md' )
43
42
VERSION = read (PACKAGE , 'VERSION' )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments