Add setup.py install to travis.yml

This commit is contained in:
Ben Firshman 2013-12-09 16:16:15 +00:00
parent 4e426e77fa
commit e116e7db99
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ python:
- "2.7"
- "3.2"
- "3.3"
install: pip install nose==1.3.0
install:
- python setup.py install
- pip install nose==1.3.0
script: nosetests