- Travis CI is set up only for Section 2.
https://docs.travis-ci.com/user/languages/python/
Remember to cover installing the necessary PyCharm plugins to be able to run things simultaneously. Need:
Multirun
, to allow to run multiple configurations in parallel.BashSupport
(orCMDSupport
on Windows), to allow running command-line scripts.- Also need to check how to do this on Windows