Install jsdoc globally

pull/6/head
Eric Holscher 9 years ago
parent 5468c580ce
commit bd92f55fc7

@ -3,5 +3,5 @@ python:
- "2.7"
install:
- "pip install ."
- "npm install jsdoc"
- "npm install -g jsdoc"
script: python setup.py test

@ -1,10 +1,10 @@
__author__ = 'swenson'
import os
import shutil
import subprocess as sp
import unittest
__author__ = 'swenson'
class FullPythonTests(unittest.TestCase):

Loading…
Cancel
Save