Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 14f6e46

Browse files
committed
Rebase from tox to pytest
1 parent 1bbcec8 commit 14f6e46

File tree

4 files changed

+1
-37
lines changed

4 files changed

+1
-37
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ python:
1313
- 3.7
1414
- 3.8
1515

16-
env:
17-
global:
18-
- TOXENV="py${PYTHON_VERSION//./}"
19-
2016
install:
2117
- make install
2218
- pip install coveralls

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ templates:
3434

3535
test:
3636
pylama $(PACKAGE)
37-
tox
37+
pytest --cov ${PACKAGE} --cov-report term-missing --cov-fail-under 50
3838

3939
version:
4040
@echo $(VERSION)

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def read(*paths):
6060
'pytest',
6161
'pytest-cov',
6262
'moto[server]',
63-
'tox',
6463
]
6564
README = read('README.md')
6665
VERSION = read(PACKAGE, 'VERSION')

tox.ini

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)