kbandla / dpkt

fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Other
1.09k stars 270 forks source link

Add Travis CI Python 3.7 support #429

Closed brifordwylie closed 5 years ago

brifordwylie commented 5 years ago

The Travis CI platform has some issues running Python 3.7 (this is not their fault but an OpenSSL on Trusty issue).. anyway figure out a way to have Travis run Python 3.7 tests.

Travis CI Python 3.7:

Also see #428 for additional info

obormot commented 5 years ago

Resolved by merging https://github.com/kbandla/dpkt/pull/450 Closing