Skip to content

Commit

Permalink
Grasping at straws
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 27, 2016
1 parent 54f6744 commit c445db2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Expand Up @@ -4,14 +4,14 @@ matrix:
include:
- python: 3.5
env: TOXENV=py35
env:
- TOXENV=py27
- TOXENV=py27-subunit
- TOXENV=pypy
- TOXENV=pypy-subunit
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy3
##env:
## - TOXENV=py27
## - TOXENV=py27-subunit
## - TOXENV=pypy
## - TOXENV=pypy-subunit
## - TOXENV=py33
## - TOXENV=py34
## - TOXENV=pypy3
install:
- pip install tox
script:
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Expand Up @@ -48,6 +48,11 @@
import os
os.chdir('%s')
# The following unused imports are dark magic that makes the tests pass on
# Python 3.5 on Travis CI. I do not understand why.
import zope.exceptions.exceptionformatter
import zope.testing
import zope.testrunner
if __name__ == '__main__':
zope.testrunner.run([
Expand Down

0 comments on commit c445db2

Please sign in to comment.