Remove unnecessary cmdline args on CI
This commit is contained in:
parent
2fb186efcd
commit
b509bc330f
@ -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%
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user