Skip to content

Commit e0e6a65

Browse files
committed
fixup! Try again with the C standard
1 parent e3dcf70 commit e0e6a65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ 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"
27-
- python setup.py develop
26+
- CFLAGS=--std=gnu99 python setup.py develop
2827
- >
2928
py.test py_tests \
3029
--cov rig_routing_tables \

0 commit comments

Comments
 (0)