Sfoglia il codice sorgente

Remove any existing coverage files

Nuwan Goonasekera 6 anni fa
parent
commit
611fb66ada
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      tox.ini

+ 2 - 0
tox.ini

@@ -10,6 +10,8 @@ envlist = {py27,py36,pypy}-{aws,azure,gcp,openstack,mock}
 
 [testenv]
 commands = flake8 cloudbridge tests setup.py
+           # delete existing coverage files
+           rm /home/travis/build/CloudVE/cloudbridge/.coverage*
            # see setup.cfg for options sent to nosetests and coverage
            nosetests -v --nocapture --nologcapture --logging-format='%(asctime)s [%(levelname)s] %(name)s: %(message)s' {posargs}
 setenv =