Skip to content

Commit

Permalink
Merge pull request #172 from chummels/python_versions
Browse files Browse the repository at this point in the history
Updating CI python versions
  • Loading branch information
chummels committed Oct 6, 2021
2 parents 72687e5 + df379e6 commit dcbce2d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
26 changes: 16 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,22 +294,22 @@ workflows:
normal-tests:
jobs:
- tests:
name: "Python 3.6 tests with yt gold"
tag: "3.6.11"
name: "Python 3.7 tests with yt gold"
tag: "3.7.9"

- tests:
name: "Python 3.8 tests with yt gold"
tag: "3.8.5"
name: "Python 3.9 tests with yt gold"
tag: "3.9.2"

- tests:
name: "Python 3.8 tests with yt tip"
tag: "3.8.5"
name: "Python 3.9 tests with yt tip"
tag: "3.9.2"
yttag: "YT_HEAD"
coverage: 1

- docs-test:
name: "Test docs build"
tag: "3.8.5"
tag: "3.9.2"

weekly:
triggers:
Expand All @@ -322,14 +322,20 @@ workflows:
jobs:
- tests:
name: "Python 3.7 tests with yt gold"
tag: "3.7.8"
tag: "3.7.9"

- tests:
name: "Python 3.8 tests with yt tip"
tag: "3.8.5"
tag: "3.8.8"
yttag: "YT_HEAD"
coverage: 0

- tests:
name: "Python 3.9 tests with yt tip"
tag: "3.9.2"
yttag: "YT_HEAD"
coverage: 0

- docs-test:
name: "Test docs build"
tag: "3.8.5"
tag: "3.9.2"
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ dependencies:
- python-dateutil==2.8.0
- requests==2.22.0
- scipy==1.0.1
- sphinx==3.2.1
- sphinx==4.2.0
- sympy==1.4
- traitlets==4.3.2
- urllib3==1.25.3
- wcwidth==0.1.7
- yt==3.5.1
- yt==4.0.1
- yt-astro-analysis==1.0.0
5 changes: 4 additions & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
conda:
file: environment.yml
python:
setup_py_install: true
setup_py_install: false
pip_install: true
extra_requirements:
- dev

0 comments on commit dcbce2d

Please sign in to comment.