Commit 22055bde authored by Jason Madden's avatar Jason Madden

Evidently the build_script is required.

parent 29225f21
......@@ -17,5 +17,9 @@ install:
- python -m pip install -U pip setuptools wheel
- pip install -U -e .[test]
build_script:
- python -m pip install -U wheel
- python -W ignore setup.py -q bdist_wheel
test_script:
- zope-testrunner --test-path=src -vvv --auto-color
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment