Commit 5ff527aa authored by Jason R. Coombs's avatar Jason R. Coombs

Exclude tox-venv on Python 3.3, where it fails.

parent 39f29d6e
......@@ -40,7 +40,7 @@ cache: pip
install:
# need tox to get started
- pip install tox tox-venv
- pip install tox 'tox-venv; python_version!="3.3"'
# Output the env, to verify behavior
- env
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment