-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from keflavich/v0.3.4release
Release 0.3.4: add version to setup.cfg
- Loading branch information
Showing
5 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,10 @@ jobs: | |
python-version: 3.9 | ||
name: Python 3.9 with all dependencies (except CASA) | ||
toxenv: py39-test-all | ||
- os: ubuntu-18.04 | ||
python-version: 3.6 | ||
name: Python 3.6 with minimal dependencies and CASA | ||
toxenv: py36-test-casa | ||
# - os: ubuntu-18.04 | ||
# python-version: 3.6 | ||
# name: Python 3.6 with minimal dependencies and CASA | ||
# toxenv: py36-test-casa | ||
# - os: ubuntu-18.04 | ||
# python-version: 3.6 | ||
# name: Python 3.6, CASA, and dev versions of key dependencies | ||
|
@@ -64,4 +64,4 @@ jobs: | |
- name: Upload coverage to codecov | ||
uses: codecov/[email protected] | ||
with: | ||
file: ./coverage.xml | ||
file: ./coverage.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tox] | ||
envlist = | ||
py{36,37,38}-test{,-all,-dev} | ||
py{37,38,39}-test{,-all,-dev} | ||
build_docs | ||
codestyle | ||
requires = | ||
|