Skip to content

Commit

Permalink
Merge pull request #156 from Dekken/v0.4
Browse files Browse the repository at this point in the history
prepare for v0.4 - fix manifest
  • Loading branch information
PhilipDeegan authored Jan 31, 2018
2 parents db1751c + 0b7d210 commit 3ae4697
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ matrix:
- os: linux
services: docker
env:
- DOCKER_IMAGE=xdatainitiative/tick_ubuntu:1.3
- DOCKER_IMAGE=xdatainitiative/tick_ubuntu:1.4
- PYVER=3.4.6
- os: linux
services: docker
env:
- DOCKER_IMAGE=xdatainitiative/tick_ubuntu:1.3
- DOCKER_IMAGE=xdatainitiative/tick_ubuntu:1.4
- PYVER=3.5.3
- os: linux
services: docker
env:
- DOCKER_IMAGE=xdatainitiative/tick_ubuntu:1.3
- DOCKER_IMAGE=xdatainitiative/tick_ubuntu:1.4
- PYVER=3.6.1
- os: osx
language: generic
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ global-include *.i
global-include *.inl

# Getting the Cereal header-only library
recursive-include tick/third_party/cereal/include *.h *.hpp
recursive-include lib/third_party/cereal/include *.h *.hpp
1 change: 0 additions & 1 deletion tools/travis/docker_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ eval "$(pyenv init -)"
pyenv global ${PYVER}
pyenv local ${PYVER}

python -m pip install tensorflow
python setup.py cpplint build_ext --inplace cpptest pytest

export PYTHONPATH=${PYTHONPATH}:`pwd` && (cd doc && make doctest)

0 comments on commit 3ae4697

Please sign in to comment.