diff options
author | Florian Bruhin <me@the-compiler.org> | 2020-07-03 14:56:04 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2020-07-03 18:55:46 +0200 |
commit | a4de4ef6a45d454d621a4b10ca02a993a06c9b16 (patch) | |
tree | 466bf526f083d8112b0528f5b49edf4115a23ca1 /tox.ini | |
parent | bd4a9030aa26889ee7179d850872ffe90ab0f539 (diff) | |
download | qutebrowser-a4de4ef6a45d454d621a4b10ca02a993a06c9b16.tar.gz qutebrowser-a4de4ef6a45d454d621a4b10ca02a993a06c9b16.zip |
ci: Remove remaining Travis/AppVeyor specific code
Also reenables some tests which have been problematic on Travis/AppVeyor but
maybe work fine nowadays.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ commands = basepython = {env:PYTHON:python3} pip_version = pip whitelist_externals = git -passenv = CI TRAVIS_PULL_REQUEST +passenv = CI GITHUB_REF deps = -r{toxinidir}/requirements.txt -r{toxinidir}/misc/requirements/requirements-pyqt.txt |