Skip to content

Commit

Permalink
fix linkchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Mar 10, 2017
1 parent d051a8a commit 6dce9ae
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 @@ -32,7 +32,7 @@ install:
- pip install -r examples/pages/requirements.txt
- pip install -r requirements-test.txt
- python setup.py develop
- if [ -n "$LINK_CHECK" ];then pip install linkchecker; fi
- if [ -n "$LINK_CHECK" ];then pip install linkchecker requests>=2.2.0; fi

script:
# Nosetests
Expand Down

0 comments on commit 6dce9ae

Please sign in to comment.