Skip to content

Commit

Permalink
Remove sitecustomize file (#1755)
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 18, 2016
1 parent 5f1c5d3 commit decf400
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ omit =
*/.tox/*
*/setup.py
*/bin/luigidc
sitecustomize.py
hadoop_test.py
minicluster.py
[run]
parallel=True
concurrency=multiprocessing
46 changes: 0 additions & 46 deletions sitecustomize.py

This file was deleted.

2 changes: 1 addition & 1 deletion 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.1,<4.2
codecov>=1.4.0
requests<3.0
unixsocket: requests-unixsocket<1.0
Expand Down

0 comments on commit decf400

Please sign in to comment.