Skip to content

Commit

Permalink
Update travis.yml for new req file path
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Jul 20, 2019
1 parent 88d239d commit f5f3893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ before_install:

install:
- if [[ $BUILD_DOCS = true ]]; then
pip install --upgrade -r requirements-docs.txt;
pip install --upgrade -r requirements/docs.txt;
python setup.py install;
else
pip install --upgrade -r requirements-tests.txt;
pip install --upgrade -r requirements/tests.txt;
python setup.py install;
fi

Expand Down

0 comments on commit f5f3893

Please sign in to comment.