diff --git a/.travis.yml b/.travis.yml index fd70912..bbaa199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ install: before_script: "python demo.py -d" -script: "python tests/__init__.py" +script: "python -m unittest tests" diff --git a/README.rst b/README.rst index 1ebd0b0..1631da3 100644 --- a/README.rst +++ b/README.rst @@ -110,3 +110,4 @@ In this case pywps (only the WPS) will be avalable on:: +