Skip to content

Commit

Permalink
Improve cirrus-ci with 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Aug 3, 2020
1 parent 3131945 commit 151b1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ linux_mac_task:
pip_cache: *pip-cache
install_script: *debian-install
- name: test (Linux - 3.9)
allow_failures: true # Python version is not stable
container: {image: "python:3.9-rc-buster"}
pip_cache: *pip-cache
install_script: *debian-install
Expand Down Expand Up @@ -175,7 +176,6 @@ coverage_task:
- test (Linux - 3.8)
- test (Linux - Anaconda)
- test (OS X)
- test (Windows)
install_script: *debian-install
pip_install_script:
pip install --user --upgrade coverage coveralls pre-commit
Expand Down

0 comments on commit 151b1f2

Please sign in to comment.