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
postgis
Commits
c1ba87664340
Commit
b7565742
authored
Feb 02, 2017
by
Denis Laxalde
Browse files
Add a tox configuration
parent
183b14406d9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.hgignore
View file @
c1ba8766
test/data/database
.tox
cubicweb_postgis.egg-info
tox.ini
0 → 100644
View file @
c1ba8766
[tox]
envlist
=
py27, flake8
[testenv]
sitepackages
=
True
deps
=
pytest
commands
=
{envpython}
-m
pytest
{posargs}
[testenv:flake8]
skip_install
=
true
whitelist_externals
=
flake8
deps
=
flake8
commands
=
flake8
[flake8]
exclude
=
migration/*,setup.py,.tox/*
max-line-length
=
100
[pytest]
python_files
=
*test_*.py
Write
Preview
Markdown
is supported
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