Skip to content

Commit

Permalink
Update Poetry requirements for testing latest Python version (#898)
Browse files Browse the repository at this point in the history
Poetry errors out if we try to run a different version of Python that
what is specified in the config file. We want to run tests against the
latest Python version so we can see problems before they happen. This
fix updates the config file so Poetry will allow us to test. Nothing is
committed after the update.
  • Loading branch information
wren authored Apr 1, 2020
1 parent 5d44997 commit 8284c90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:

# ... and beyond!
- name: Python nightly on Linux
before_install:
- sed -i 's/^python = ">=3\.6\.0.*"$/python = "*"/' pyproject.toml
python: nightly

# Specialty tests
Expand Down

0 comments on commit 8284c90

Please sign in to comment.