Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-python-testing-cabal-mock
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-python-testing-cabal-mock
Commits
72c8f3be
Commit
72c8f3be
authored
14 years ago
by
fuzzyman
Browse files
Options
Downloads
Patches
Plain Diff
Adding sphinx testing to tox.ini for Python 2.6 and 2.7
parent
1714ea5d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+20
-1
20 additions, 1 deletion
tox.ini
with
20 additions
and
1 deletion
tox.ini
+
20
−
1
View file @
72c8f3be
[tox]
envlist
=
py24,py25,py26,py27
[testenv]
commands
=
python setup.py test
deps
=
unittest2
commands
=
python setup.py test
[testenv:py26]
commands
=
python
setup.py
test
sphinx-build
-b
doctest
docs
html
sphinx-build
docs
html
deps
=
unittest2
sphinx
[testenv:py27]
commands
=
python
setup.py
test
sphinx-build
-b
doctest
docs
html
sphinx-build
docs
html
deps
=
unittest2
sphinx
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment