Skip to content

Commit 92e5a06

Browse files
committed
remove py2.6 test because library support is missing. pypy is dropped because the test fails
1 parent 8e6c18f commit 92e5a06

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.moban.d/travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{% extends "travis.yml.jj2" %}
2+
{%block custom_python_versions%}
3+
python:
4+
- 3.6
5+
- 3.5
6+
- 3.4
7+
- 3.3
8+
- 2.7
9+
{%endblock%}

.moban.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ targets:
1313
- "tests/requirements.txt": "tests/requirements.txt"
1414
- test.sh: test.sh.jj2
1515
- test.bat: test.sh.jj2
16-
- .travis.yml: travis.yml.jj2
16+
- .travis.yml: travis.yml
1717
- .gitignore: .gitignore.jj2
1818
- "docs/source/conf.py": "docs/source/conf.py"

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ language: python
33
notifications:
44
email: false
55
python:
6-
- pypy
76
- 3.6
87
- 3.5
98
- 3.4
109
- 3.3
1110
- 2.7
12-
- 2.6
1311
before_install:
1412
- cd $HOME
1513
- "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"

0 commit comments

Comments
 (0)