Skip to content

Commit 0d4ace2

Browse files
committed
Drop contrib/ dir
I don't use the activate-dev-env script, and the original author has left, so drop it
1 parent 49430ce commit 0d4ace2

2 files changed

Lines changed: 1 addition & 73 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ dependencies, running the command line from git is as simple as doing:
66
cd python-bugzilla.git
77
./bugzilla-cli [arguments]
88

9-
If you want to use pip and virtualenv to install a local development
10-
environment, use the following command.
11-
12-
source contrib/activate-dev-env [python2|python3]
13-
14-
Then you can manually activate an environment with:
15-
16-
source dev-env-${NAME}/bin/activate
17-
189

1910
# Running tests
2011

@@ -54,8 +45,7 @@ To test for pylint or pep8 violations, you can run:
5445

5546
python setup.py pylint
5647

57-
Note: This expects that you already have pylint and pep8 (installed when setting
58-
up virtualenv) installed.
48+
Note: This expects that you already have pylint and pep8 installed.
5949

6050

6151
# Patch Submission

contrib/activate-dev-env

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)