Install jsdoc globally

This commit is contained in:
Eric Holscher 2015-06-06 13:20:11 -07:00
parent 5468c580ce
commit bd92f55fc7
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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):