diff --git a/.travis.yml b/.travis.yml index 0dc13cd..957dabf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,6 @@ install: - pip install -r requirements.txt - python setup.py install # command to run tests -script: python test/test_parse.py \ No newline at end of file +script: + - cd test + - python test_parse.py \ No newline at end of file