Skip to content

Commit e3dcf70

Browse files
committed
fixup! Try to enforce a C standard from after I was born
1 parent f39ddc7 commit e3dcf70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ script:
2323
- make coverage
2424
- cd -
2525
# Then check that the package can be built, and run the Python tests
26+
- CFLAGS="$CFLAGS --std=gnu99"
2627
- python setup.py develop
2728
- >
2829
py.test py_tests \
2930
--cov rig_routing_tables \
30-
--cov tests
31+
--cov py_tests
3132
- flake8 rig_routing_tables py_tests
3233

3334
after_success:

0 commit comments

Comments
 (0)