Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Attempts to fix syntax of docutils version limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
hbradio committed May 19, 2017
1 parent 6a6b168 commit 5800b1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- python setup.py install
- cd ../../
install:
- pip install flask flask-socketio gevent uwsgi docutils<0.13.1 Sphinx==1.4.8 sphinx_rtd_theme pytest-flask pytest-cov mock requests responses pylint==1.6.5 prospector==0.12.4 flask-cors python-dotenv
- pip install flask flask-socketio gevent uwsgi "docutils<0.13.1" Sphinx==1.4.8 sphinx_rtd_theme pytest-flask pytest-cov mock requests responses pylint==1.6.5 prospector==0.12.4 flask-cors python-dotenv
- pip install coveralls
script:
- py.test
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Clifton Barnes <[email protected]>

RUN apt-get update
RUN apt-get install -y python python-dev python-pip python-smbus nginx build-essential git libssl-dev
RUN pip install flask flask-socketio gevent uwsgi docutils<0.13.1 Sphinx==1.4.8 sphinx_rtd_theme pytest-flask pytest-cov mock requests responses pylint==1.6.5 prospector==0.12.4 flask-cors python-dotenv
RUN pip install flask flask-socketio gevent uwsgi "docutils<0.13.1" Sphinx==1.4.8 sphinx_rtd_theme pytest-flask pytest-cov mock requests responses pylint==1.6.5 prospector==0.12.4 flask-cors python-dotenv

EXPOSE 80

Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ ! -e ${ADAFRUIT_DIR} ]; then
fi

apt-get install -y python python-dev python-pip python-smbus nginx build-essential git libssl-dev
pip install flask flask-socketio gevent uwsgi docutils<0.13.1 Sphinx==1.4.8 sphinx_rtd_theme pytest-flask pytest-cov mock requests responses pylint==1.6.5 prospector==0.12.4 flask-cors python-dotenv
pip install flask flask-socketio gevent uwsgi "docutils<0.13.1" Sphinx==1.4.8 sphinx_rtd_theme pytest-flask pytest-cov mock requests responses pylint==1.6.5 prospector==0.12.4 flask-cors python-dotenv

pushd ${ADAFRUIT_DIR} > /dev/null
python setup.py install
Expand Down

0 comments on commit 5800b1f

Please sign in to comment.