Skip to content

Commit

Permalink
Remove sitecustomize file
Browse files Browse the repository at this point in the history
See discussion in #1693

Luigi developrs might need to run `rm .coverage` after applying this
change as a new version of coverage will be in use after this patch.
  • Loading branch information
Tarrasch committed Jul 8, 2016
1 parent c29e48f commit 17d89fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 48 deletions.
46 changes: 0 additions & 46 deletions sitecustomize.py

This file was deleted.

5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deps=
cdh,hdp: hdfs>=2.0.4,<3.0.0
postgres: psycopg2<3.0
gcloud: google-api-python-client>=1.4.0,<2.0
coverage>=3.6,<3.999
coverage>=4.0,<5.0
codecov>=1.4.0
requests<3.0
unixsocket: requests-unixsocket<1.0
Expand All @@ -47,7 +47,8 @@ setenv =
commands =
cdh,hdp: {toxinidir}/scripts/ci/setup_hadoop_env.sh
python --version
coverage run test/runtests.py -v --ignore-files='(^\.|^_|^setup\.py$)' \
coverage run --concurrency=multiprocessing test/runtests.py -v
--ignore-files='(^\.|^_|^setup\.py$)' \
--ignore-files=not_imported.py \
{posargs:}
coverage combine
Expand Down

0 comments on commit 17d89fc

Please sign in to comment.