From 31d200eb442766bb75f0dbc33596d730e46334f0 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 20 Sep 2019 13:52:38 +0300 Subject: [PATCH] Fix typo Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9835f4..c47fa9d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-16.04 strategy: matrix: - python: [ '2.x', '3.x', , 'pypy2', 'pypy3' ] + python: [ '2.x', '3.x', 'pypy2', 'pypy3' ] name: Python ${{ matrix.python }} sample steps: - uses: actions/checkout@master