summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemyslaw Gajda <quermit@gmail.com>2012-04-22 23:29:26 +0200
committerPrzemyslaw Gajda <quermit@gmail.com>2012-04-22 23:29:26 +0200
commitf25227371e47cdf2d0195fb5c2b2e09d48cb2522 (patch)
tree5e0e0cac9b41e054d8ce57ffbe6927796d7a5bbb
parent963eacdab177176a4c0208297e3ed8c2aadee304 (diff)
downloadpymox-f25227371e47cdf2d0195fb5c2b2e09d48cb2522.tar.gz
Enabled Travis CI
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 950796a..2997304 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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