Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
nospam
Commits
9f01b2a0
Commit
9f01b2a0
authored
Jan 30, 2013
by
ale
Browse files
added Tox configuration for CI tests
parent
d8d810c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
tox.ini
tox.ini
+11
-0
No files found.
tox.ini
0 → 100644
View file @
9f01b2a0
[testenv]
deps
=
nose
coverage
mox
commands
=
nosetests
\
--with-coverage
--cover-package
=
nospam --cover-erase --cover-html --cover-html-dir=htmlcov
\
--with-xunit
\
[] # substitute with tox' positional arguments
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