File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ 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
Original file line number Diff line number Diff line change 99 - 3.4
1010 - 3.3
1111 - 2.7
12- - 2.6
1312before_install :
1413 - cd $HOME
1514 - " 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"
Original file line number Diff line number Diff line change 11Change log
22===========
3+
4+ 0.0.1 - 12.07.2017
5+ --------------------------------------------------------------------------------
6+
7+ Initial release. Brings csvtotable to pyexcel developers
You can’t perform that action at this time.
0 commit comments