diff --git a/.travis.yml b/.travis.yml index 3388554..237cd9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: install: - pip install -r dev-requirements.txt - pip install coveralls + - sudo curl --output /usr/local/bin/phantomjs https://s3.amazonaws.com/circle-downloads/phantomjs-2.1.1 script: - cd pets - coverage run --rcfile=../.coveragerc manage.py test