From b7dde3aab6a9f1b4acd8036b47fd0428f6933434 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Wed, 6 Jan 2021 23:15:27 +0100 Subject: [PATCH] Removed requirements. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a2d48c2..ca3885c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,5 @@ python: - "3.9" - "3.9-dev" # 3.9 development branch - "nightly" # nightly build -install: - - pip install -r requirements.txt script: - pytest