Browse Source

Make the jupyterlab python tests local

Steven Silvester 8 years ago
parent
commit
c575da128f
2 changed files with 2 additions and 1 deletions
  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