mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
Configuration to run coveralls on py33
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,9 +1,11 @@
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
*.pyc
|
||||
.ropeproject
|
||||
.tox
|
||||
*.pyc
|
||||
.coveralls.yml
|
||||
.coverage
|
||||
/build/
|
||||
/docs/_build/
|
||||
/dist/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user