Skip to content

Commit

Permalink
Try this Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Nov 14, 2018
1 parent e5c1d1a commit 6eff718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matrix:
python: pypy3

install:
- travis_retry pip install .[test]
- travis_retry pip install .[form,test]
- travis_retry pip install coverage coveralls tox zope.testing

script:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ envlist =
commands =
coverage run setup.py test -q
deps =
.[form,test]
z3c.form
zope.testing
zope.testrunner
Expand Down

0 comments on commit 6eff718

Please sign in to comment.