File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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%}
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -3,13 +3,11 @@ language: python
33notifications :
44 email : false
55python :
6- - pypy
76 - 3.6
87 - 3.5
98 - 3.4
109 - 3.3
1110 - 2.7
12- - 2.6
1311before_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"
You can’t perform that action at this time.
0 commit comments