Skip to content

Commit a8f3eec

Browse files
committed
💚 pyexcel-ods does not work on pypy nor pypy3
1 parent 21859fc commit a8f3eec

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

.moban.d/travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
{%block custom_python_versions%}
44
python:
5-
- &pypy2 pypy2.7-6.0
6-
- &pypy3 pypy3.5-6.0
75
- 3.8-dev
86
- 3.7
97
- 3.6

.moban.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configuration:
44
- "commons/templates"
55
- "setupmobans/templates"
66
- ".moban.d"
7-
configuration: pyexcel_ods.yaml
7+
configuration: pyexcel-ods.yml
88
targets:
99
- README.rst: README.rst
1010
- setup.py: setup.py

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ language: python
44
notifications:
55
email: false
66
python:
7-
- &pypy2 pypy2.7-6.0
8-
- &pypy3 pypy3.5-6.0
97
- 3.8-dev
108
- 3.7
119
- 3.6
File renamed without changes.

0 commit comments

Comments
 (0)