Skip to content

Commit

Permalink
wip; i'll deal with travis and codecov later
Browse files Browse the repository at this point in the history
  • Loading branch information
vltr committed Aug 22, 2018
1 parent 94ab01b commit a326115
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ script:
- tox -v
after_success:
# - tox -e report
- make test
- codecov
# - make test
# - codecov
after_failure:
- more .tox/log/* | cat
- more .tox/*/log/* | cat
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ requirements-dev:
pip-sync requirements-dev.txt

docker-build: clean
python setup.py clean --all sdist
docker pull quay.io/pypa/manylinux1_x86_64:latest
docker pull quay.io/pypa/manylinux1_i686:latest
docker run --rm -i -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/.ci/build-wheels.sh
docker run --rm -i -v `pwd`:/io quay.io/pypa/manylinux1_i686 /io/.ci/build-wheels.sh
cp wheelhouse/*.whl dist/

# release:
# tox -e check
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ To Do

- There is a LOT of room for improvement (specially when migrating the code to C and Cython *and* the fact this is my first project with Cython);
- Fix test coverage (and why is it not covering method declarations, as an example);
- There is a lot of fixes to be done regarding Cython, distribution, naming conventions and so on;
- Add Windows builds `using AppVeyor <https://packaging.python.org/guides/supporting-windows-using-appveyor/>`_;

0 comments on commit a326115

Please sign in to comment.