hadiasghari / pyasn

Python IP address to Autonomous System Number lookup module. (Supports fast local lookups, and historical lookups using archived BGP dumps.)
Other
275 stars 71 forks source link

Add CI with travis-ci #34

Closed sebix closed 7 years ago

sebix commented 7 years ago

fixes hadiasghari/pyasn#33

No fancy things like coverage and pep8 yet, but it works :) (for the first we cannot use the nosetests executable, as the c-code is not available then and we need to add this to the test_suite. For the last lot's of fixes are needed beforehand).

See a successful build here: https://travis-ci.org/sebix/pyasn/builds/159705563

You of course need to activate travis-ci for you repo