Commit 418afc93 authored by Jason R. Coombs's avatar Jason R. Coombs

Try invoking ez_setup.py to ensure it works at a basic level

--HG--
extra : amend_source : 7cb5d6115f9933afd90e5d96a53af9c3ada79b80
parent b57bf23d
...@@ -6,4 +6,6 @@ python: ...@@ -6,4 +6,6 @@ python:
- 3.3 - 3.3
- pypy - pypy
# command to run tests # command to run tests
script: python setup.py test script:
- python setup.py test
- python ez_setup.py --user
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