language: python | |
python: | |
- "3.4" | |
install: | |
- pip install nose | |
script: | |
- python setup.py install | |
- nosetests | |
notifications: | |
email: | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
language: python | |
python: | |
- "3.4" | |
install: | |
- pip install nose | |
script: | |
- python setup.py install | |
- nosetests | |
notifications: | |
email: | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |