Skip to content

Commit 725359c

Browse files
committed
Rebase from tox to pytest
1 parent edb0f7b commit 725359c

File tree

4 files changed

+1
-34
lines changed

4 files changed

+1
-34
lines changed

.travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@ python:
1313
- 3.7
1414
- 3.8
1515

16-
env:
17-
global:
18-
- TOXENV="py${PYTHON_VERSION//./}"
19-
2016
install:
21-
# https://github.com/tobgu/pyrsistent/issues/208
22-
- pip install --upgrade pip
2317
- make install
2418
- pip install coveralls
2519

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ templates:
3737

3838
test:
3939
pylama $(PACKAGE)
40-
tox
40+
pytest --cov ${PACKAGE} --cov-report term-missing --cov-fail-under 80
4141

4242
version:
4343
@echo $(VERSION)

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def read(*paths):
3737
'pylama',
3838
'pytest',
3939
'pytest-cov',
40-
'tox',
4140
]
4241
README = read('README.md')
4342
VERSION = read(PACKAGE, 'VERSION')

tox.ini

-26
This file was deleted.

0 commit comments

Comments
 (0)