We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5888d1f commit 1b03317Copy full SHA for 1b03317
.travis.yml
@@ -15,6 +15,7 @@ addons:
15
- libffi-dev
16
17
install:
18
+ - CFLAGS=--std=gnu99 python setup.py develop
19
- pip install -r requirements-test.txt
20
21
script:
@@ -23,7 +24,6 @@ script:
23
24
- make coverage
25
- cd -
26
# Then check that the package can be built, and run the Python tests
- - CFLAGS=--std=gnu99 python setup.py develop
27
- >
28
py.test py_tests \
29
--cov rig_routing_tables \
0 commit comments