Răsfoiți Sursa

Remove the flake8 test for Vagrant VMs

This is tested after each commit so this test is quite useless on the
Vagrant VMs.
Rémi Oudin 5 ani în urmă
părinte
comite
dc22694e6d
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      Vagrantfile

+ 2 - 2
Vagrantfile

@@ -228,10 +228,10 @@ def run_tests(boxname)
     # otherwise: just use the system python
     # otherwise: just use the system python
     if which fakeroot 2> /dev/null; then
     if which fakeroot 2> /dev/null; then
       echo "Running tox WITH fakeroot -u"
       echo "Running tox WITH fakeroot -u"
-      fakeroot -u tox --skip-missing-interpreters
+      fakeroot -u tox --skip-missing-interpreters -e py35,py36,py37,py38
     else
     else
       echo "Running tox WITHOUT fakeroot -u"
       echo "Running tox WITHOUT fakeroot -u"
-      tox --skip-missing-interpreters
+      tox --skip-missing-interpreters -e py35,py36,py37,py38
     fi
     fi
   EOF
   EOF
 end
 end