瀏覽代碼

Make the jupyterlab python tests local

Steven Silvester 8 年之前
父節點
當前提交
c575da128f
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      MANIFEST.in
  2. 1 1
      scripts/travis_script.sh

+ 1 - 0
MANIFEST.in

@@ -1,3 +1,4 @@
 recursive-include jupyterlab/build *
 include jupyterlab/lab.html
 include package.json
+prune jupyterlab/tests

+ 1 - 1
scripts/travis_script.sh

@@ -18,7 +18,7 @@ npm test
 npm run test:coverage
 
 # run the python tests
-nosetests -v jupyterlab
+cd jupyterlab && nosetests
 
 npm run build:examples
 npm run docs