Skip to content

Commit

Permalink
Merge pull request #18 from hugovk/patch-1
Browse files Browse the repository at this point in the history
Simplify CI config
  • Loading branch information
ronaldoussoren authored Feb 2, 2020
2 parents 7150d42 + 7d10641 commit 6f5574b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@ jobs:
- name: Tox tests
shell: bash
# Drop the dot: py3.7 -> py37
run: |
tox -e py`echo ${{ matrix.python-version }} | tr -d .`
tox -e py

0 comments on commit 6f5574b

Please sign in to comment.