Skip to content

Commit

Permalink
Merge pull request #151 from zopefoundation/no-pure-python-build
Browse files Browse the repository at this point in the history
Remove checking of PURE_PYTHON at build time
  • Loading branch information
jamadden authored Jan 22, 2020
2 parents e8e5c12 + b928f8a commit 540401c
Show file tree
Hide file tree
Showing 18 changed files with 477 additions and 435 deletions.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
- sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
after_success:

- name: PyPy C Extensions
env: PURE_PYTHON=0
python: pypy

- name: CPython No C Extension
env: PURE_PYTHON=1
python: 3.8

# manylinux wheel builds
- name: 64-bit manylinux wheels (all Pythons)
services: docker
Expand Down Expand Up @@ -80,7 +88,7 @@ install:

script:
- python --version
- coverage run setup.py -q test
- coverage run -m unittest discover -s src
- python setup.py -q bdist_wheel

after_success:
Expand Down
Loading

0 comments on commit 540401c

Please sign in to comment.