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.6"
- "2.7" - "2.7"
- "3.2" - "3.2"
install: pip install -r requirements.txt --use-mirrors script:
script: nosetests - python mox_test.py
- python stubout_test.py