Skip to content

Commit

Permalink
Merge 7f98cce into a3913eb
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed May 15, 2019
2 parents a3913eb + 7f98cce commit f22d165
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/main.workflow
Expand Up @@ -23,3 +23,12 @@ action "upload" {
]
needs = "sdist"
}

workflow "Test" {
on = "push"
resolves = ["Test with tox"]
}

action "Test with tox" {
uses = "njzjz/actions/tox-conda@5dbb49c"
}

0 comments on commit f22d165

Please sign in to comment.