Currently our code is automatically tested under Linux and many different Python versions, and under OSX under only two Python 3 versions using Travis CI. (see python-can/.travis.yml)
But no automatic testing under Windows is performed. Should we integrate it into the testing of python-can? Unfortunately Travis CI can't do that, but maybe someone else knows a similar service for Windows.
Currently our code is automatically tested under Linux and many different Python versions, and under OSX under only two Python 3 versions using Travis CI. (see
python-can/.travis.yml)But no automatic testing under Windows is performed. Should we integrate it into the testing of python-can? Unfortunately Travis CI can't do that, but maybe someone else knows a similar service for Windows.