diff --git a/.travis.yml b/.travis.yml index eb48a9c..18f550c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,4 @@ script: - "python -m unittest discover tests" install: - "pip install setuptools" + - "pip install parsimonious"