Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Mar 10, 2017
1 parent 5297546 commit b703c91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .rstcheck.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[rstcheck]
ignore_roles=class
ignore_directives=automodule
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ matrix:

install:
- pip install -r examples/pages/requirements.txt
- pip install -r examples/pages/requirements-test.txt
- python setup.py develop
- if [ -n "$LINK_CHECK" ];then pip install linkchecker; fi

- pip install flake8 rstcheck

script:
# Nosetests
- python setup.py nosetests
Expand Down
3 changes: 3 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ nose
coverage
webtest
zope.sqlalchemy
flake8
rstcheck
sphinx

0 comments on commit b703c91

Please sign in to comment.