Commit b7b8f9d34955f7072cba13bca0b82f9905a38d1e

Authored by Sergio Oliveira
1 parent 519d15bc

Updated test docs

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
README.rst
... ... @@ -87,5 +87,5 @@ How to run a test
87 87 Follow the steps below:
88 88  
89 89 * Go to vagrant/colab/
90   -* run: colab-admin test
91   -* colab-admin collectstatic
  90 +* Install the test dependencies with `pip install -r requirements_test.txt`
  91 +* run: ./runtests.sh
... ...