Skip to content

Commit

Permalink
Correct command in contributing guide(Fixes Kinto#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayli-Karnik committed Oct 15, 2016
1 parent 2f51034 commit 30ec60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ git remote add {your_name} git@github.com:{your_name}/kinto-http.py.git
- `make tests-once` to run the test with the current venv.
- `make tests` to run all the tests (with Py2 and Py3, flake8 and functional tests)

You may need to use `make run-kinto` before running the functional tests.
You may need to use `make runkinto` before running the functional tests.
If you want to run the functional tests only, you can use `make functional`.

## Submitting Changes
Expand Down

0 comments on commit 30ec60c

Please sign in to comment.