##// END OF EJS Templates
test with Python 3.4 on Travis...
MinRK -
Show More
@@ -3,6 +3,7 b' language: python'
3 python:
3 python:
4 - 2.7
4 - 2.7
5 - 3.3
5 - 3.3
6 - 3.4
6 env:
7 env:
7 - GROUP=
8 - GROUP=
8 - GROUP=js
9 - GROUP=js
@@ -18,3 +19,8 b' install:'
18 - time python setup.py install -q
19 - time python setup.py install -q
19 script:
20 script:
20 - cd /tmp && iptest $GROUP
21 - cd /tmp && iptest $GROUP
22
23 matrix:
24 exclude:
25 - python: 3.3
26 env: GROUP=js
General Comments 0
You need to be logged in to leave comments. Login now