summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPrzemyslaw Gajda <quermit@gmail.com>2012-04-26 23:10:02 +0200
committerPrzemyslaw Gajda <quermit@gmail.com>2012-04-26 23:10:02 +0200
commitc0557d6f1a423dd6a68336a89c3f2d748d7926d2 (patch)
treeaf73b50d781debe98541ac0e7ea332c04857880f /.travis.yml
parentde3be03f55061664678cbc3b56248fda18db7f13 (diff)
downloadpymox-c0557d6f1a423dd6a68336a89c3f2d748d7926d2.tar.gz
Changed directory test to tests. Fixed travis config.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d12ee50..7a9fe91 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,5 +6,4 @@ python:
install: pip install pep8
script:
- pep8 --ignore E111 *.py || echo "Done"
- - python mox_test.py
- - python stubout_test.py
+ - nosetests