Skip to content

Commit

Permalink
Use allow_all_python_version TOML script in nightly build instead of sed
Browse files Browse the repository at this point in the history
  • Loading branch information
micahellison committed Aug 17, 2020
1 parent 4b91e28 commit 74b82cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
# ... and beyond!
- name: Python nightly on Linux
before_install:
- sed -i 's/^python = ">=3\.7\.0.*"$/python = "*"/' pyproject.toml
- python .build/allow_all_python_version.py
python: nightly

# Specialty tests
Expand Down

0 comments on commit 74b82cf

Please sign in to comment.