File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "travis.yml.jj2" %}
2
+ {%block test_other_environments%}
3
+ - PYRAMID_VERSION=1.4.9
4
+ - PYRAMID_VERSION=1.5.7
5
+ - PYRAMID_VERSION=1.6.1
6
+ {%endblock%}
7
+
2
8
{%block test_other_python_versions%} - 3.3
3
9
- 3.4
4
10
- 3.5
5
11
{%endblock%}
6
12
7
- {% block custom_install %} - pip install https://github.com/pyexcel/pyexcel-webio/archive/master.zip
13
+ {% block custom_install %} - pip install pyramid==PYRAMID_VERSION
8
14
{% endblock%}
Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ language: python
3
3
notifications :
4
4
email : false
5
5
env :
6
- global :
6
+ - PYRAMID_VERSION=1.4.9
7
+ - PYRAMID_VERSION=1.5.7
8
+ - PYRAMID_VERSION=1.6.1
7
9
python :
8
10
- 2.7
9
11
- 3.3
10
12
- 3.4
11
13
- 3.5
12
14
install :
13
- - pip install https://github.com/pyexcel/pyexcel-webio/archive/master.zip
15
+ - pip install pyramid==PYRAMID_VERSION
14
16
- pip install -r requirements.txt
15
17
- pip install -r tests/requirements.txt
16
18
script :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ webframework: Pyramid
5
5
dependencies :
6
6
- pyexcel>=0.2.0
7
7
- pyexcel-webio>=0.0.6
8
- - Pyramid>=1.5.7
8
+ - Pyramid>=1.4.9
9
9
extra_dependencies :
10
10
- xls :
11
11
- pyexcel-xls>=0.1.0
Original file line number Diff line number Diff line change 1
1
pyexcel >= 0.2.0
2
2
pyexcel-webio >= 0.0.6
3
- Pyramid >= 1.5.7
3
+ Pyramid >= 1.4.9
Original file line number Diff line number Diff line change 11
11
dependencies = [
12
12
'pyexcel>=0.2.0' ,
13
13
'pyexcel-webio>=0.0.6' ,
14
- 'Pyramid>=1.5.7 ' ,
14
+ 'Pyramid>=1.4.9 ' ,
15
15
]
16
16
17
17
extras = {
You can’t perform that action at this time.
0 commit comments