@@ -23,7 +23,7 @@ install:
- "pip install ."
# command to run tests, e.g. python setup.py test
script:
- {envpython} setup.py develop && coverage run --source=pwman setup.py test
+ python setup.py develop && coverage run --source=pwman setup.py test
after_success:
coveralls