Skip to content

Commit 1b03317

Browse files
committed
fixup! Flailing now
1 parent 5888d1f commit 1b03317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ addons:
1515
- libffi-dev
1616

1717
install:
18+
- CFLAGS=--std=gnu99 python setup.py develop
1819
- pip install -r requirements-test.txt
1920

2021
script:
@@ -23,7 +24,6 @@ script:
2324
- make coverage
2425
- cd -
2526
# Then check that the package can be built, and run the Python tests
26-
- CFLAGS=--std=gnu99 python setup.py develop
2727
- >
2828
py.test py_tests \
2929
--cov rig_routing_tables \

0 commit comments

Comments
 (0)