From 6c00724a84024496e28e445c1cb876e3c8012fa7 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Thu, 21 Jun 2018 21:30:58 +0200 Subject: [PATCH] Removed unnecessary env --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 485809f..6e2c1df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,6 @@ jobs: if: not ((branch = master OR tag IS present) AND type != pull_request) stage: offline tests script: scripts/travis-offline - env: PYTEST_ADDOPTS='-m offline' # Run offline tests in all the supported python versions python: 2.7