1
0
forked from VimPlug/jedi

Run doctests on Travis CI

This commit is contained in:
Takafumi Arakaki
2013-02-26 10:45:58 +01:00
parent b56c212a2c
commit 6d2f7558fb
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ python:
- 3.2
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors simplejson; fi
- pip install --use-mirrors nose
script:
- cd test
- ./test.sh