Skip to content

Commit

Permalink
fixup! [ADD] test building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Oct 7, 2017
1 parent 17cb3fc commit ad43045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ python:
addons:
apt:
packages:
- python-sphinx
- realpath

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -r requirements.txt
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install -r https://raw.githubusercontent.com/OCA/OCB/8.0/requirements.txt; fi
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install -r https://raw.githubusercontent.com/OCA/OCB/9.0/requirements.txt; fi
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install sphinx; fi

# command to run tests, e.g. python setup.py test
script:
Expand Down

0 comments on commit ad43045

Please sign in to comment.