Skip to content

Commit

Permalink
Merge pull request #110 from dls-controls/virtualenv
Browse files Browse the repository at this point in the history
Virtualenv
  • Loading branch information
coretl committed Aug 4, 2016
2 parents 8b93a1a + e62d6d5 commit 814ce7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Running the tests
To get the source source code and run the unit tests, run::

$ git clone git://github.com/dls-controls/pymalcolm.git
$ cd malcolm
$ virtualenv env
$ . env/bin/activate
$ pip install nose
$ cd pymalcolm
$ virtualenv --no-site-packages -p /path/to/python2.7 venv27
$ . venv27/bin/activate
$ pip install -r requirements/test.txt
$ python setup.py install
$ python setup.py nosetests

Expand Down
1 change: 1 addition & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mock>=2.0.0
nose>=1.3.0
coverage>=3.7.1
tornado>=4.1
Expand Down

0 comments on commit 814ce7f

Please sign in to comment.