AndreMiras / pycaw

Python Core Audio Windows Library
MIT License
385 stars 67 forks source link

Setup some CI #12

Closed AndreMiras closed 5 years ago

AndreMiras commented 5 years ago

Setup Continuous Integration testing to verify that:

AndreMiras commented 5 years ago

It's now up and running, but with limitations. We check the dependencies are installed correctly, plus check for PEP8/isort, but we cannot run unit tests since the sound service is not available. See commit for details