Remove unnecessary cmdline args on CI

This commit is contained in:
Florian Bruhin 2016-03-10 20:41:55 +01:00
parent 2fb186efcd
commit b509bc330f
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ install:
- C:\Python27\python -u scripts\dev\ci_install.py
test_script:
- C:\Python34\Scripts\tox -e %TESTENV% -- --junitxml=junit.xml
- C:\Python34\Scripts\tox -e %TESTENV%

View File

@ -34,7 +34,7 @@ install:
- python scripts/dev/ci_install.py
script:
- tox -e $TESTENV -- tests
- tox -e $TESTENV
after_success:
- '[[ $TESTENV == *-cov ]] && codecov -e TESTENV -X gcov'