Skip to content

Commit

Permalink
Let Travis install requirements from requirements file.
Browse files Browse the repository at this point in the history
Why have a requirements file and not use it??
  • Loading branch information
ypid committed Jul 8, 2016
1 parent 28c6f4a commit cd7bf4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
- "2.7"

# command to install dependencies
install: "pip install -q yaml2rst sphinx==1.3.4"
install: "pip install -r docs/requirements.txt"

# command to run tests
script: ./test.sh -W
Expand Down
4 changes: 3 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Install unreleased develop version until htgoebel makes a release.
sphinx==1.3.4

## TODO: Install unreleased develop version until htgoebel makes a release.
# yaml2rst
https://github.com/ypid/yaml2rst/archive/feature/expose-strip_regex.zip

0 comments on commit cd7bf4a

Please sign in to comment.