Skip to content

Commit 0e2de3b

Browse files
committed
test against python 3.6 as well
1 parent 87e33eb commit 0e2de3b

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed

.moban.d/README.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
{%extends 'WEB-README.rst.jj2' %}
22

3+
{%block header %}
4+
Tested Pyramid Versions
5+
========================
6+
7+
.. image:: https://img.shields.io/badge/pyramid-1.9-green.svg
8+
:target: http://travis-ci.org/pyexcel/pyramid-excel
9+
10+
.. image:: https://img.shields.io/badge/pyramid-1.8.4-green.svg
11+
:target: http://travis-ci.org/pyexcel/pyramid-excel
12+
13+
.. image:: https://img.shields.io/badge/pyramid-1.7.6-green.svg
14+
:target: http://travis-ci.org/pyexcel/pyramid-excel
15+
16+
.. image:: https://img.shields.io/badge/pyramid-1.6.1-green.svg
17+
:target: http://travis-ci.org/pyexcel/pyramid-excel
18+
19+
.. image:: https://img.shields.io/badge/pyramid-1.5.8-green.svg
20+
:target: http://travis-ci.org/pyexcel/pyramid-excel
21+
22+
.. image:: https://img.shields.io/badge/pyramid-1.4.9-green.svg
23+
:target: http://travis-ci.org/pyexcel/pyramid-excel
24+
25+
{%endblock%}
26+
27+
328
{%block setup%}
429
Setup
530
======

.moban.d/travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ python:
1414
- 3.3
1515
- 3.4
1616
- 3.5
17+
- 3.6
1718
{%endblock%}
1819
{% block custom_install %} - pip install pyramid==$PYRAMID_VERSION
1920
{% endblock%}

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ python:
1414
- 3.3
1515
- 3.4
1616
- 3.5
17+
- 3.6
1718
before_install:
1819
- cd $HOME
1920
- "if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then deactivate && wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7.1-linux_x86_64-portable.tar.bz2 -O - | tar -jxf - && echo 'Setting up aliases...' && ln -s pypy-5.7.1-linux_x86_64-portable pypy2-latest && export PATH=$HOME/pypy2-latest/bin/:$PATH && virtualenv --no-site-packages --python ~/pypy2-latest/bin/pypy pypy2-env && echo 'Creating custom env...' && source pypy2-env/bin/activate && python -V; fi"

README.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,27 @@ and export from SQL databases, information analysis and persistence. It uses
133133

134134

135135

136+
Tested Pyramid Versions
137+
========================
138+
139+
.. image:: https://img.shields.io/badge/pyramid-1.9-green.svg
140+
:target: http://travis-ci.org/pyexcel/pyramid-excel
141+
142+
.. image:: https://img.shields.io/badge/pyramid-1.8.4-green.svg
143+
:target: http://travis-ci.org/pyexcel/pyramid-excel
144+
145+
.. image:: https://img.shields.io/badge/pyramid-1.7.6-green.svg
146+
:target: http://travis-ci.org/pyexcel/pyramid-excel
147+
148+
.. image:: https://img.shields.io/badge/pyramid-1.6.1-green.svg
149+
:target: http://travis-ci.org/pyexcel/pyramid-excel
150+
151+
.. image:: https://img.shields.io/badge/pyramid-1.5.8-green.svg
152+
:target: http://travis-ci.org/pyexcel/pyramid-excel
153+
154+
.. image:: https://img.shields.io/badge/pyramid-1.4.9-green.svg
155+
:target: http://travis-ci.org/pyexcel/pyramid-excel
156+
136157

137158
Installation
138159
================================================================================

0 commit comments

Comments
 (0)