Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Getting there
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiter committed Nov 1, 2019
1 parent 11d094b commit 061fbf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ python: "3.7"
env:
global:
- CIBW_TEST_REQUIRES="pytest"
- CIBW_TEST_COMMAND="pytest -v"
- CIBW_TEST_COMMAND="invoke test"
- CIBW_SKIP="cp27* cp34* cp35*"
- CIBW_MANYLINUX_X86_64_IMAGE="manylinux2010"

matrix:
include:
Expand Down

0 comments on commit 061fbf6

Please sign in to comment.