You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing tests for selinux and apparmor further proves the need to move nosetests/coveralls to different OS containers. I don't see this working with Travis/Ubuntu.
After some dumb filesystem assumptions on my end, I got nosetests/coveralls transferred to docker (dev branch). After docker is finished, the .coverage file is copied back to the Travis host (this is to remove the need for managing Coveralls API token(s)).
I now need to optimize this process, and create different OS tests for each Travis Python version tested, reducing any duplication for the sake of overall test speed.
I also need to configure what tests get run based on the OS tested. This is to get around unique conflicts like AppArmor vs SELinux, where only one will exist.
Docker tests are experimental, and run via the Travis tests for Python 2.7. What is needed:
The text was updated successfully, but these errors were encountered: