Browse Source

Try to upgrade pip in the tox environment before install the other deps

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 3 years ago
parent
commit
0776bdaace
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -17,7 +17,7 @@ deps =
     pytest-cov
     pytest
 install_command =
-    pip install --no-use-pep517 {opts} {packages}
+    pip install {opts} {packages}
 setenv =
     PAGURE_CONFIG={toxinidir}/tests/test_config
     PYTHONPATH={toxinidir}