Skip to content

Commit

Permalink
Fix python-version attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed May 18, 2020
1 parent f435d62 commit 700955a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -13,9 +13,9 @@ jobs:
matrix:
python-version: [2.7, pypy2, 3.5, 3.7, 3.8, pypy3]
include:
- python: 2.7
- python-version: 2.7
marker: 'integration'
- python: 3.7
- python-version: 3.7
coverage: true
marker: 'unit,integration'
steps:
Expand Down

0 comments on commit 700955a

Please sign in to comment.