Enabled Travis CI

This commit is contained in:
Przemyslaw Gajda 2012-04-22 23:29:26 +02:00
parent 963eacdab1
commit f25227371e
1 changed files with 3 additions and 2 deletions

View File

@ -3,5 +3,6 @@ python:
- "2.6"
- "2.7"
- "3.2"
install: pip install -r requirements.txt --use-mirrors
script: nosetests
script:
- python mox_test.py
- python stubout_test.py