Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tox.ini #4126

Merged
merged 1 commit into from
Aug 29, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 10 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, py32
envlist = py27, py33

[testenv]
deps =
nose

deps =
nose
tornado
jinja2
sphinx
pygments
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pyzmq?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, no, I see it below.

# To avoid loading IPython module in the current directory, change
# current directory to ".tox/py*/tmp" before running test.
changedir = {envtmpdir}
Expand All @@ -18,9 +21,9 @@ commands =
# As pip does not treat egg, use easy_install to install PyZMQ.
# See also: https://github.com/zeromq/pyzmq
easy_install -q pyzmq
iptest []
iptest --all

[testenv:py32]
[testenv:py33]
commands =
easy_install -q pyzmq
iptest3 []
iptest3 --all