##// END OF EJS Templates
use include for py3.3 + py-only...
Min RK -
Show More
@@ -3,7 +3,6 b' language: python'
3 python:
3 python:
4 - 3.4
4 - 3.4
5 - 2.7
5 - 2.7
6 - 3.3
7 env:
6 env:
8 - GROUP=js/base
7 - GROUP=js/base
9 - GROUP=js/notebook
8 - GROUP=js/notebook
@@ -30,15 +29,9 b' script:'
30 - cd /tmp && iptest $GROUP $COVERAGE && cd -
29 - cd /tmp && iptest $GROUP $COVERAGE && cd -
31
30
32 matrix:
31 matrix:
33 exclude:
32 include:
34 - python: 3.3
33 - python: 3.3
35 env: GROUP=js/base
34 env: GROUP=
36 - python: 3.3
37 env: GROUP=js/notebook
38 - python: 3.3
39 env: GROUP=js/tree
40 - python: 3.3
41 env: GROUP=js/widgets
42
35
43 after_success:
36 after_success:
44 - cp /tmp/ipy_coverage.xml ./
37 - cp /tmp/ipy_coverage.xml ./
General Comments 0
You need to be logged in to leave comments. Login now