mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-13 07:21:00 +08:00
Separate tox env for coverage check
This commit is contained in:
+2
-1
@@ -5,8 +5,9 @@ env:
|
||||
- TOXENV=py27
|
||||
- TOXENV=py32
|
||||
- TOXENV=py33
|
||||
- TOXENV=cov
|
||||
install:
|
||||
- pip install --quiet --use-mirrors tox coveralls
|
||||
script:
|
||||
- tox
|
||||
- if [ $TOXENV == "py33" ]; then coveralls; fi
|
||||
- if [ $TOXENV == "cov" ]; then coveralls; fi
|
||||
|
||||
Reference in New Issue
Block a user