Skip to content
Snippets Groups Projects
Unverified Commit 53c2a25f authored by Marcin Wątroba's avatar Marcin Wątroba
Browse files

Add ls in tox commands

parent dd13652a
1 merge request!2Remove readme.md
[tox]
envlist = py38, py39, flake8
;[travis]
;python =
; 3.9: py39
; 3.8: py38
[testenv:flake8]
basepython = python
deps = flake8
......@@ -20,6 +15,7 @@ deps =
; requirements.txt with the pinned versions and uncomment the following line:
; -r{toxinidir}/requirements.txt
commands =
ls -la
pip install -U pip
pytest --basetemp={envtmpdir}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment