Skip to content

Commit

Permalink
This time for sure, Rocky
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 21, 2014
1 parent e2383c5 commit 192ac2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
- 3.3
install:
- pip install .
- pip install zope.sendmail[test]

This comment has been minimized.

Copy link
@mgedmin

mgedmin Dec 22, 2014

Member

I wonder what happens if we add a new test requirement in setup.py: will pip use the local egg-info, or will it go to PyPI and take the last release there to find out about the test requirements?

I suggest replacing both install steps with a single pip install .[test].

This comment has been minimized.

Copy link
@mgedmin

mgedmin Dec 22, 2014

Member

Ignore that, pip install .[test] doesn't work.

pip install -e .[test] works, but ... sigh won't be testing MANIFEST.in for completeness.

script:
- python setup.py test -q
notifications:
Expand Down

0 comments on commit 192ac2c

Please sign in to comment.