Removed unnecessary env

This commit is contained in:
Mads Marquart
2018-06-21 21:30:58 +02:00
parent 7619224809
commit 6c00724a84

View File

@@ -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