Skip to content

Commit a0c1053

Browse files
committed
Updated files with git_helper
1 parent fc011c3 commit a0c1053

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ python:
1111
install:
1212

1313
- pip install pip --upgrade
14-
- pip install coveralls tox tox-travis
14+
- pip install tox tox-travis
15+
- pip install coveralls
1516

1617
script:
1718
- tox

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,17 @@ envlist = py36, py37, py38, pypy3, docs
66
skip_missing_interpreters = True
77
requires = pip >= 19.0.0
88

9-
109
[build-system]
1110
requires = [
1211
setuptools >= 46.1.3
1312
wheel >= 0.34.2
14-
1513
]
1614
build-backend = "setuptools"
1715

18-
1916
[testenv]
20-
description = pytest
2117
# Install test requirements
2218
deps = -r{toxinidir}/tests/requirements.txt
2319

24-
25-
2620
commands =
2721
python --version
2822
; Run tests

0 commit comments

Comments
 (0)