Skip to content

Commit

Permalink
Fix/tox (#688)
Browse files Browse the repository at this point in the history
* Update tox.ini

* Update build.yml
  • Loading branch information
Felix Kleinekathöfer committed Mar 20, 2021
1 parent 3b13d53 commit acda802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
python-version: [ '3.x' ]
node-version: [ '12' ]
tox-env: ['py36-cov', 'lint']
tox-env: ['py3-cov', 'lint']

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py37,lint
envlist = py3,lint
skipsdist = True

[testenv]
Expand Down

0 comments on commit acda802

Please sign in to comment.