Skip to content

Commit

Permalink
Found the problem that prevented setup.py test to work on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
regebro committed Feb 20, 2016
1 parent 966898d commit ac11676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -4,9 +4,8 @@ python:
- 3.4
install:
- pip install .
- pip install zope.testrunner zope.testing zope.i18n zope.tal zope.component zope.security
script:
- zope-testrunner --test-path src
- python setup.py test
notifications:
email: false
sudo: false
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -29,7 +29,6 @@
'zope.tal',
'zope.testing',
'zope.component',
'zope.security',
]


Expand Down Expand Up @@ -76,6 +75,7 @@ def read(*rnames):
'zope.i18nmessageid',
'zope.interface',
'zope.configuration',
'zope.security',
],
extras_require = dict(
test=tests_require,
Expand All @@ -84,7 +84,6 @@ def read(*rnames):
],
extract=[
'zope.tal',
'zope.security',
],
),
include_package_data = True,
Expand Down

0 comments on commit ac11676

Please sign in to comment.