diff --git a/.travis.yml b/.travis.yml index c56d4593..3c8c1a87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - pip install --upgrade pip - pip --version install: python build.py dev -script: python build.py analyse +script: python build.py test_cov notifications: email: false irc: diff --git a/appveyor.yml b/appveyor.yml index ee9c9250..4af1092b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ build: false # Not a C# project, build stuff at the test step instead. test_script: # Build the compiled extension and run the project tests - - "python build.py analyse" + - "python build.py test_cov" branches: only: