From 74b82cfa702b55f11ba841143504b7123a4cb270 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Mon, 17 Aug 2020 16:18:56 -0700 Subject: [PATCH] Use allow_all_python_version TOML script in nightly build instead of sed --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ee18b43..552e0ee5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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