Skip to content

Commit

Permalink
update changelog & fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Jul 20, 2019
1 parent 30725ab commit 31730d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Expand Up @@ -29,6 +29,7 @@ Maintenance
* Manifolds are Modules (#49)
* Replace deprecated functions in torch>=1.1.0 (#67)
* Remove PyManOpt from test requirements (#75)
* Add pylint, pydoctest, pydocstyle to travis

Bug Fixes
---------
Expand Down
2 changes: 1 addition & 1 deletion scripts/container.sh
Expand Up @@ -41,8 +41,8 @@ if [[ $* == *--test* ]]; then

sed -i 's@/opt/geoopt@'${SRC_DIR}'@g' "$(pwd)/.coverage"
else
# Run without coverage stuff
docker run --rm -it geoopt:latest \
# 4) as usual we run linting
bash -c "make lint && \
pytest -v geoopt tests --durations=0 --doctest-modules"
fi
Expand Down

0 comments on commit 31730d8

Please sign in to comment.