mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-09 16:31:26 +08:00
Run doctests on Travis CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user