Skip to content

Commit

Permalink
fix build scripts/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
higherorderfunctor committed Oct 15, 2019
1 parent 25acea4 commit 4cfdbf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests/capi/catch.cpp
tests/capi/catch.hpp
/test_capi*
*.gcov

Expand Down
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ script:
- poetry run mypy -p snmp_fetch -p tests
- poetry run bandit -r snmp_fetch
- poetry run pytest -v --cov --hypothesis-show-statistics tests/
- g++ -O0 -g -std=c++17 -Wall -fPIC -fprofile-arcs -ftest-coverage \
`python-config --includes --libs` \
tests/capi/test_capi.cpp -o test_capi
- g++ -O0 -g -std=c++17 -Wall -fPIC -fprofile-arcs -ftest-coverage `python-config --includes --libs` tests/capi/test_capi.cpp -o test_capi
- ./test_capi

after_success:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Development
isort -rc --atomic .
Known Limitations
"""""""""""""""
"""""""""""""""""
- The library only supports SNMPv2 at this time.

- `BULKGET_REQUEST` and `NEXT_REQUEST` will always perform a walk.
Expand Down

0 comments on commit 4cfdbf7

Please sign in to comment.