Skip to content

Commit

Permalink
Revive the Python 3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Jan 4, 2018
1 parent 14d1508 commit a16174e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
bin
develop-eggs
eggs
.mr.developer.cfg
.tox
.coverage
ext-src
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
install:
- python bootstrap.py
- bin/buildout
- pip install -U pip setuptools
- pip install -U zope.testrunner coverage coveralls
- pip install -U -e .[test]
script:
- bin/test -pvc
- coverage run -m zope.testrunner --test-path=src
after_success:
- coveralls
notifications:
email: false
cache: pip

0 comments on commit a16174e

Please sign in to comment.