We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adee3c commit 24cd448Copy full SHA for 24cd448
.travis.yml
@@ -11,7 +11,7 @@ env:
11
- CIBW_BEFORE_BUILD="pip install numpy==1.17.3 cython==0.29.14 setuptools"
12
- CIBW_TEST_REQUIRES=pytest
13
- CIBW_TEST_COMMAND="pytest -v {project}/tests"
14
- - CIBW_SKIP="cp27-*"
+ - CIBW_BUILD="cp35-* cp36-* cp37-* cp38-*"
15
16
before_install:
17
- |
0 commit comments