Skip to content

Commit c2ad894

Browse files
Merge pull request #45 from smwa/bump_python_version
Bump python version for tests
2 parents 8beade9 + bf98371 commit c2ad894

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py35
2+
envlist = py39
33
skip_missing_interpreters = True
44

55
[tool:pytest]
@@ -18,8 +18,8 @@ setenv =
1818
PYTHONPATH={toxinidir}:{toxinidir}/limitlessled
1919
PYTHON_ENV=test
2020
deps =
21-
pytest==3.0.4
22-
pytest-cov==2.4.0
23-
pytest-sugar==0.8.0
21+
pytest==6.2.5
22+
pytest-cov==2.12.1
23+
pytest-sugar==0.9.4
2424
commands =
2525
py.test -v --cov-report term-missing --cov limitlessled

0 commit comments

Comments
 (0)