mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-17 21:25:35 +00:00
Install jsdoc globally
This commit is contained in:
parent
5468c580ce
commit
bd92f55fc7
@ -3,5 +3,5 @@ python:
|
|||||||
- "2.7"
|
- "2.7"
|
||||||
install:
|
install:
|
||||||
- "pip install ."
|
- "pip install ."
|
||||||
- "npm install jsdoc"
|
- "npm install -g jsdoc"
|
||||||
script: python setup.py test
|
script: python setup.py test
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
__author__ = 'swenson'
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
import subprocess as sp
|
import subprocess as sp
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
|
__author__ = 'swenson'
|
||||||
|
|
||||||
|
|
||||||
class FullPythonTests(unittest.TestCase):
|
class FullPythonTests(unittest.TestCase):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user