pynetwork / pypcap

pypcap - python libpcap module, forked from code.google.com/p/pypcap
Other
299 stars 74 forks source link

Travis ci integration #25

Closed brifordwylie closed 7 years ago

brifordwylie commented 8 years ago

@hellais @guyharris some reasonable changes here.. so review when you get a chance.

The docs will be automatically generated and placed here: http://pypcap.readthedocs.io/en/latest/ The Travis CI will happen here: https://travis-ci.org/pynetwork/pypcap The coverage will be computed and displayed here: https://coveralls.io/github/SuperCowPowers/chains (this is just an example @hellais will need to give approval for it to show up).

Coveralls is really neato.. you can drill down to individual files and see exactly which lines are not covered: https://coveralls.io/builds/6837945/source?filename=chains%2Fsources%2Fpacket_streamer.py

hellais commented 7 years ago

This looks great!

Sorry for not checking it out sooner.

hellais commented 7 years ago

I implemented the suggested fixes on a copy of this branch.