Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
oauth
Commits
edcd62e066b1
Commit
7169fc1f
authored
Jul 18, 2018
by
David Douard
Browse files
add a tox file
parent
56b72db5ffe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
0 → 100644
View file @
edcd62e0
[tox]
envlist
=
py27,py3,flake8
[testenv]
deps
=
mock
webtest
pytest
commands
=
{envpython}
-m
pytest
{posargs}
[testenv:flake8]
skip_install
=
true
deps
=
flake8
>=
3.5
commands
=
{envpython}
-m
flake8
--
--exclude
=
*_Any.py
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment