diff --git a/.travis.yml b/.travis.yml index ff67ca13a26d14956fa3c0aefc92ce966b8c7d75..41d09ee148d3544bdab4847d3bd41668b2eb497d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: # command to install dependencies install: "pip install -r requirements.txt" # command to run tests +# script: - cd tests - python -m pytest test_xsd_validation.py