Skip to content

Commit

Permalink
Fix test directory in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 10, 2018
1 parent 0ad5845 commit 64f2b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ install:
- pip install zope.testrunner coverage coveralls
- pip install -U -e .[test,docs]
script:
- coverage run -m zope.testrunner --test-path=src -v
- coverage run -m zope.testrunner --test-path=transaction -v
- cd docs; make doctest
notifications:
email: false
Expand Down

0 comments on commit 64f2b28

Please sign in to comment.