##// END OF EJS Templates
Changing files per example in Jupyter repo
Olesya Baranova -
Show More
@@ -7,15 +7,22 b' python:'
7 7 - 3.4
8 8 - 3.3
9 9 sudo: false
10 group: edge
10 env:
11 global:
12 - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH
13 matrix:
14 - GROUP=docs
15 #group: edge
11 16 before_install:
12 17 - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
18 - 'if [[ $GROUP == docs ]]; then pip install -r docs/doc-requirements.txt; fi'
13 19 install:
14 20 - pip install setuptools pip --upgrade
15 21 - pip install -e file://$PWD#egg=ipython[test] --upgrade
16 22 - pip install codecov --upgrade
17 23 script:
18 24 - cd /tmp && iptest --coverage xml && cd -
25 - 'if [[ $GROUP == docs ]]; then make -C docs/ html; fi'
19 26 after_success:
20 27 - cp /tmp/ipy_coverage.xml ./
21 28 - cp /tmp/.coverage ./
@@ -24,6 +31,9 b' after_success:'
24 31 matrix:
25 32 allow_failures:
26 33 - python: nightly
34 exclude:
35 - python: 2.7
36 env: GROUP=docs
27 37
28 38 before_deploy:
29 39 - rm -rf dist/
@@ -1,3 +1,6 b''
1 1 -e .
2 2 ipykernel
3 3 setuptools>=18.5
4 sphinx>=1.3.6
5 sphinx-rtd-theme
6 nbsphinx==0.2.14
General Comments 0
You need to be logged in to leave comments. Login now