Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Merge 79c6606 into 15e567f
Browse files Browse the repository at this point in the history
  • Loading branch information
fragmuffin committed Sep 17, 2018
2 parents 15e567f + 79c6606 commit 4c13418
Show file tree
Hide file tree
Showing 13 changed files with 306 additions and 272 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@ before_install:
pip install -r requirements-dev.txt;
pip install travis-sphinx;
pip install sphinx_rtd_theme;
pip install readme_renderer;
fi

install:
- python setup.py install;

script:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
python setup.py check -r -s;
fi
- coverage run runtests.py
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
travis-sphinx build --nowarn --source=doc;
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN mkdir -p $CQ_HOME
RUN mkdir -p $CQ_HOME/build_data
VOLUME $CQ_HOME/build_data

COPY requirements-dev.txt runtests.py cq_cmd.py cq_cmd.sh setup.py README.md MANIFEST setup.cfg $CQ_HOME/
COPY requirements-dev.txt runtests.py cq_cmd.py cq_cmd.sh setup.py README.rst MANIFEST setup.cfg $CQ_HOME/
COPY cadquery $CQ_HOME/cadquery
COPY examples $CQ_HOME/examples
COPY tests $CQ_HOME/tests
Expand Down
3 changes: 1 addition & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
README.txt
README.md
README.rst
setup.cfg
setup.py
cadquery\cq.py
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include README.md LICENSE
include README.rst LICENSE
264 changes: 0 additions & 264 deletions README.md

This file was deleted.

0 comments on commit 4c13418

Please sign in to comment.