Add a git cleanup to the CI runs

This commit is contained in:
Dougal Matthews
2015-06-23 21:31:09 +01:00
parent 8172bcb368
commit 06724c1c50
2 changed files with 4 additions and 1 deletions

View File

@@ -16,7 +16,9 @@ env:
- TOXENV=flake8
install:
- pip install tox
script: tox
script:
- git clean -f -d -x
- tox
matrix:
fast_finish: true
before_install: pip install codecov

View File

@@ -18,6 +18,7 @@ install:
- "c:\\python27\\python c:\\get-pip.py"
- "c:\\python27\\Scripts\\pip install tox"
test_script:
- "git clean -f -d -x"
- "c:\\python27\\Scripts\\tox --version"
- "c:\\python27\\Scripts\\pip --version"
- "c:\\python27\\Scripts\\tox"