From 2907726363ba7c54df8738dabeb16c902efd17cc Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sun, 24 Jan 2021 10:23:20 +0100 Subject: [PATCH] Don't build on Python Nightly Python nightly doesn't support Numpy, or the other way around, but either way it doesn't work and causes build failures. --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98e209c..2e0308f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,6 @@ language: python python: - "3.9" - - "nightly" - -jobs: - allow_failures: - - python: nightly - fast_finish: true # Custom directory, for the correct year before_install: