Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ create a virtualenv, build the Relay binary with processing enabled, and run
a set of integration tests:

```bash
# Make sure that kafka and redis are running
devservices up kafka redis
# Make sure that all dependencies are running
devservices up relay

# Create a new virtualenv, build Relay and run integration tests
make test-integration
Expand Down
Loading