Skip to content

Commit

Permalink
Use underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jun 27, 2019
1 parent 621cc68 commit e649dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
parameters:
tox_version: 'tox'
jobs:
py36-test:
py36_test:
image: [linux, windows, macOs]
py37-test:
py37_test:
image: [linux, windows, macOs]
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{36,37}-test
envlist = py{36,37}_test
requires = pip >= 18.0
setuptools >= 30.3.0

Expand All @@ -9,4 +9,4 @@ changedir = {envtmpdir}
extras =
test: test
commands =
test: pytest --pyargs reproject --cov reproject
test: pytest --pyargs reproject --cov reproject -v

0 comments on commit e649dec

Please sign in to comment.