Skip to content

Commit

Permalink
[test] Update tox pytest command with new location
Browse files Browse the repository at this point in the history
  • Loading branch information
cgalibern committed May 29, 2020
1 parent dcc3571 commit bb65bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ skip_missing_interpreters = True
temp_dir={toxworkdir}/.tmp
deps = -r test-requirements.txt
commands =
pytest -m "ci" -vvv --basetemp=.tox/tmp.{envname} lib/
pytest -m "ci" -vvv --basetemp=.tox/tmp.{envname} opensvc/
sh -c 'pylint -E lib/*.py'

0 comments on commit bb65bd5

Please sign in to comment.