wagtail / wagtail-factories

Factory boy classes for wagtail
http://wagtail-factories.readthedocs.io/en/latest/
MIT License
102 stars 41 forks source link

Draft: Refactor ci tests #33

Closed marteinn closed 4 years ago

marteinn commented 4 years ago

In this PR I have updated both the tox config, the travis CI config and github actions, I have done the following:

We should probably drop Travis in favor of github actions, I have chosen not to do this in this PR without discussion.

I'm also looking at optimizing the CI bit, its a lot of repetition taken place right now, we should be able to go from explicit to setting an array with ignore-rules.

mvantellingen commented 4 years ago

continued in #35

marteinn commented 4 years ago

@mvantellingen 👍