Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
cam
Commits
92f665c0
Commit
92f665c0
authored
Apr 09, 2015
by
godog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restrict tox to python2.7
mox isn't python3 ready (syntax error) thus restrict to 2
parent
f92c8c99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
tox.ini
tox.ini
+5
-1
No files found.
tox.ini
View file @
92f665c0
[tox]
envlist
=
py27
[testenv]
deps
=
nose
...
...
@@ -5,6 +8,7 @@ deps=
coverage
commands
=
nosetests
-v
\
--with-coverage
--cover-package
=
cam --cover-erase --cover-html --cover-html-dir=htmlcov
\
--with-coverage
--cover-package
=
cam --cover-erase
\
--cover-html --cover-html-dir=htmlcov
\
[] # 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