add runs-on

This commit is contained in:
Jay Lee
2019-09-05 12:56:12 -04:00
committed by GitHub
parent 802541c09f
commit 26f7cd38e5

View File

@@ -4,6 +4,7 @@ on: [push]
jobs: jobs:
test: test:
runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: [3.5, 3.6, 3.7] python-version: [3.5, 3.6, 3.7]