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
person
Commits
56867553c3b3
Commit
9ed033d9
authored
Nov 11, 2018
by
Nsukami Patrick
Browse files
New style: add basic tox.ini & .hgignore files
parent
f0d8e126c7c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
.hgignore
0 → 100644
View file @
56867553
syntax: glob
.tox
cubicweb_person.egg-info
tox.ini
0 → 100644
View file @
56867553
[tox]
envlist
=
py27, py3
[testenv]
deps
=
pytest
commands
=
{envpython}
-m
pytest
{posargs}
[pytest]
python_files
=
*test_*.py
testpaths
=
test
addopts
=
-r fEs
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