1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00
This commit is contained in:
William Woodall 2018-01-30 19:03:31 -08:00 committed by GitHub
parent e2996da106
commit 3e6f4a5a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,4 +6,4 @@ install:
- make install_deps - make install_deps
- source setup.bash - source setup.bash
script: script:
- make && make test - CMAKE_ARGS=-DPYTHON_EXECUTABLE=$(which python2) make && make test