Skip to content

Commit

Permalink
Back to pip install of the package to avoid ImportError:
Browse files Browse the repository at this point in the history
`No module named 'zc.sourcefactory'`.

But now we do not install the docs extra and do not use sphinx to run doctests as there are none of such doctests which can only be run by Sphinx.
  • Loading branch information
Michael Howitz committed Aug 25, 2017
1 parent 43ba3d9 commit 944b40a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ python:
- 3.4
- 3.5
install:
- pip install -U zc.buildout coverage coveralls
- buildout bootstrap
- buildout
- pip install -U pip setuptools
- pip install -U coverage coveralls
- pip install -U -e .[test]
script:
- coverage run bin/test
- coverage run -m zope.testrunner --test-path=src
after_success:
- coveralls
notifications:
Expand Down

0 comments on commit 944b40a

Please sign in to comment.