1
0
forked from VimPlug/jedi

Configuration to run coveralls on py33

This commit is contained in:
Danilo Bargen
2013-04-10 16:30:32 +02:00
parent be7cecef00
commit 798136787f
3 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ env:
- TOXENV=py32
- TOXENV=py33
install:
- pip install --quiet --use-mirrors tox
- pip install --quiet --use-mirrors tox coveralls
script:
- tox
- if [ $TOXENV == "py33" ]; then coveralls; fi