Skip to content

Commit 86db2e4

Browse files
author
Jorge Samuel Mendes de Jesus
authored
Merge pull request #48 from jorgejesus/travis_fix
Travis fix for unnitest
2 parents 28251fc + b257825 commit 86db2e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ install:
1616
before_script:
1717
"python demo.py -d"
1818

19-
script: "python tests/__init__.py"
19+
script: "python -m unittest tests"

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ In this case pywps (only the WPS) will be avalable on::
110110

111111

112112

113+

0 commit comments

Comments
 (0)