Skip to content

Commit

Permalink
Add git locations for tox and travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed May 16, 2017
1 parent b5ec7c7 commit 5eb7b79
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,10 @@ notifications:
install:
- pip install -U pip setuptools
- pip install -U coveralls coverage
# XXX: Remove these when released
- pip install git+https://github.com/zopefoundation/zope.app.renderer@python3#egg=zope.app.renderer
- pip install git+https://github.com/zopefoundation/zope.app.preference@python3#egg=zope.app.preference
- pip install git+https://github.com/zopefoundation/zope.app.onlinehelp@python3#egg=zope.app.onlinehelp
- pip install -U -e ".[test]"


Expand Down
11 changes: 10 additions & 1 deletion MANIFEST.in
@@ -1,4 +1,13 @@
include *.py
include *.txt
include *.rst
include buildout.cfg
recursive-include src *.css *.js *.png *.pt *.txt *.zcml
include .travis.yml
include tox.ini
include .coveragerc
recursive-include src *.css
recursive-include src *.js
recursive-include src *.png
recursive-include src *.pt
recursive-include src *.zcml
recursive-include src *.rst
5 changes: 5 additions & 0 deletions tox.ini
Expand Up @@ -5,4 +5,9 @@ envlist = py27,py34,py35,py36,pypy
commands =
zope-testrunner --test-path=src []
deps =
git+https://github.com/zopefoundation/zope.app.renderer@python3#egg=zope.app.renderer
git+https://github.com/zopefoundation/zope.app.preference@python3#egg=zope.app.preference
git+https://github.com/zopefoundation/zope.app.onlinehelp@python3#egg=zope.app.onlinehelp
.[test]

# XXX: Remove when released

0 comments on commit 5eb7b79

Please sign in to comment.