Skip to content

Commit

Permalink
Merge pull request #19 from adrienverge/docs/readme-test-command
Browse files Browse the repository at this point in the history
Update test command in README
  • Loading branch information
bmario committed Mar 25, 2020
2 parents 9a9a3c7 + ca45861 commit 41f5324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Run `pip install .` within the root directory.
Or shorter for CI:

```
COUCHDB_HOST=localhost:5984 COUCHDB_USER=admin COUCHDB_PASS=admin python setup.py test
COUCHDB_HOST=http://localhost:5984 COUCHDB_USER=admin COUCHDB_PASS=admin python setup.py test
```

0 comments on commit 41f5324

Please sign in to comment.