split trainer tests (#956)

* split trainer tests

* Apply suggestions from code review

* format string

* add CI timeout
This commit is contained in:
Jirka Borovec
2020-02-26 20:31:40 -05:00
committed by GitHub
parent f86dd55145
commit d856989120
6 changed files with 330 additions and 316 deletions
+2
View File
@@ -14,6 +14,8 @@ jobs:
python-version: [3.6, 3.7]
requires: ['minimal', 'latest']
# https://stackoverflow.com/a/59076067/4521646
timeout-minutes: 20
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}