Skip to content

Commit 755af4f

Browse files
committed
release 0.0.1
1 parent 13e997f commit 755af4f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: .moban.yml

+1-1
Original file line numberDiff line numberDiff 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

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ python:
99
- 3.4
1010
- 3.3
1111
- 2.7
12-
- 2.6
1312
before_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"

Diff for: CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
Change log
22
===========
3+
4+
0.0.1 - 12.07.2017
5+
--------------------------------------------------------------------------------
6+
7+
Initial release. Brings csvtotable to pyexcel developers

0 commit comments

Comments
 (0)