From 231480962f9defaf436db2127c25cb3b1f960da5 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Thu, 16 May 2019 14:30:51 +0200 Subject: [PATCH] Even more changes to travis script. Does it work now? --- .travis.yml | 5 ++--- dependencies.txt => requirements.txt | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename dependencies.txt => requirements.txt (100%) diff --git a/.travis.yml b/.travis.yml index c13266bd..ce37c9a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ python: - "3.7" # - "3.8-dev" install: - - pip install -r dependencies.txt - - python setup.py -q install + - pip install -r requirements.txt script: - - pytest + - pytest -m pytest -v diff --git a/dependencies.txt b/requirements.txt similarity index 100% rename from dependencies.txt rename to requirements.txt