Skip to content

Commit

Permalink
Merge pull request #1562 from njsmith/no-nightly
Browse files Browse the repository at this point in the history
Temporarily disable testing on python nightly
  • Loading branch information
oremanj authored May 29, 2020
2 parents 355d6a4 + c5b1c85 commit e7d0571
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- python: 3.7-dev
- python: 3.8-dev
- python: 3.9-dev
- python: nightly
# Temporarily disabled during the high-churn period of 3.10
# E.g.: https://github.com/MagicStack/immutables/issues/46
#- python: nightly

script:
- ./ci.sh
Expand Down

0 comments on commit e7d0571

Please sign in to comment.