Remove run_tests.sh

We have tox available to run things in the specs repo, having a
run_tests.sh script is confusing to people because they think it
covers what is run in the gate when in actuality tox -edocs is
basically what we currently gate on.

Change-Id: I4f414055b7c2a3bb3ecc54917b061718e853e7cb
This commit is contained in:
Matthew Treinish 2014-05-22 10:44:49 -04:00
parent 58de6ee7b3
commit e2ddba3789
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +0,0 @@
#!/bin/bash
# check basic sanity
./tools/rstcheck.py -d specs

View File

@ -21,3 +21,6 @@ deps =
sphinxcontrib-spelling
PyEnchant
commands = sphinx-build -b spelling doc/source doc/build/spelling
[testenv:rstcheck]
commands = ./tools/rstcheck.py -d specs