mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-20 03:58:26 +08:00
Run doctests on Travis CI
This commit is contained in:
@@ -6,6 +6,7 @@ python:
|
|||||||
- 3.2
|
- 3.2
|
||||||
install:
|
install:
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors simplejson; fi
|
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors simplejson; fi
|
||||||
|
- pip install --use-mirrors nose
|
||||||
script:
|
script:
|
||||||
- cd test
|
- cd test
|
||||||
- ./test.sh
|
- ./test.sh
|
||||||
|
|||||||
@@ -4,3 +4,5 @@ python regression.py
|
|||||||
python run.py
|
python run.py
|
||||||
echo
|
echo
|
||||||
python refactor.py
|
python refactor.py
|
||||||
|
echo
|
||||||
|
nosetests --with-doctest --doctest-tests ../jedi/
|
||||||
|
|||||||
Reference in New Issue
Block a user