Skip to content

Commit 9814ed6

Browse files
committed
Updated files using git_helper
1 parent d7867d3 commit 9814ed6

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
language: python
44
dist: xenial
5+
cache: pip
56
python:
67
- '3.6'
78
- '3.7'

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ coverage >=5.1
22
pytest >=5.1.1
33
pytest-cov >=2.8.1
44
pytest-randomly >=3.3.1
5+
pytest-rerunfailures
56
pytz >=2019.1

tox.ini

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,19 @@ commands =
4646
max-line-length = 120
4747
select = E301 E303 E304 E305 E306 E502 W291 W293 W391 E226 E225 E241 E231 E101 E111 E112 E113 E121 E122 E124 E125 E127 E128 E129 E131 E133 E201 E202 E203 E211 E222 E223 E224 E225 E227 E228 E242 E251 E261 E262 E271 E272 E402 E703 E711 E712 E713 E714 E721 W504 E302 W292 E265
4848
exclude = .git,__pycache__,doc-source,old,build,dist,make_conda_recipe.py,__pkginfo__.py,setup.py
49+
50+
51+
52+
53+
54+
55+
[testenv:bumpversion]
56+
skip_install = true
57+
deps = bump2version
58+
commands = bumpversion --verbose {posargs}
59+
60+
[testenv:build]
61+
skip_install = true
62+
deps = setuptools >= 46.1.3
63+
wheel >= 0.34.2
64+
commands = python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)