-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
language: python | ||
python: | ||
- 2.7 | ||
- 3.4 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
- 3.5 | ||
- 3.6 | ||
- 3.7 | ||
- 3.8 | ||
- pypy | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
icemac
Member
|
||
- pypy3 | ||
|
||
before_install: | ||
- pip install -U pip setuptools | ||
- pip install -U coverage coveralls | ||
|
||
install: | ||
- pip install -U -e .[test] | ||
|
||
script: | ||
- coverage run -m zope.testrunner --test-path=src | ||
|
||
after_success: | ||
- coveralls | ||
|
||
notifications: | ||
email: false | ||
|
||
cache: pip |
Python 3.4?