Merge branch 'master' of github.com:asmaps/nsupdate.info
This commit is contained in:
commit
d89adee989
@ -11,23 +11,23 @@ Installation
|
||||
|
||||
If you haven't already done create and change to a virtualenv for the
|
||||
installation (here with virtualenvwrapper)
|
||||
```
|
||||
mkvirtualenv nsupdate
|
||||
workon nsupdate
|
||||
```
|
||||
|
||||
mkvirtualenv nsupdate
|
||||
workon nsupdate
|
||||
|
||||
|
||||
Clone the repo and cd into
|
||||
```
|
||||
git clone git@github.com:asmaps/nsupdate.info.git nsupdate
|
||||
cd nsupdate
|
||||
```
|
||||
|
||||
git clone git@github.com:asmaps/nsupdate.info.git nsupdate
|
||||
cd nsupdate
|
||||
|
||||
|
||||
Then install the requirements (either "dev" or just "all" for production)
|
||||
```
|
||||
pip install -r requirements.d/all.txt
|
||||
#or for dev
|
||||
pip install -r requirements.d/dev.txt
|
||||
```
|
||||
|
||||
pip install -r requirements.d/all.txt
|
||||
# or for dev
|
||||
pip install -r requirements.d/dev.
|
||||
|
||||
|
||||
From time to time execute this again to install the newest dependencies.
|
||||
|
@ -1,11 +0,0 @@
|
||||
"""
|
||||
Tests for xxx module.
|
||||
"""
|
||||
|
||||
|
||||
class Tests(object):
|
||||
def test_basic_addition(self):
|
||||
"""
|
||||
Tests that 1 + 1 always equals 2.
|
||||
"""
|
||||
assert 1 + 1 == 2
|
Loading…
x
Reference in New Issue
Block a user