britram / python-ipfix

IPFIX implementation for Python 3.x
GNU Lesser General Public License v3.0
40 stars 20 forks source link

Enable Travis CI? #23

Closed brettdh closed 6 years ago

brettdh commented 6 years ago

When I was developing #2, I added a .travis-ci.yml file for running the tests on Python 2.7, 3.3, and 3.4. However, it's only enabled on my fork. If you want to have this, you just need to go here, sign in with GitHub, and enable it:

https://travis-ci.org/britram/python-ipfix

If not, I'd suggest removing the config file.

britram commented 6 years ago

Done, thanks for the pointer (and the travis configuration!)