Update .travis.yml

This commit is contained in:
Ritiek Malhotra
2017-06-25 18:13:51 +05:30
committed by GitHub
parent fb39157a28
commit 8089e08cd5

View File

@@ -90,6 +90,6 @@ before_install:
- make install - make install
- hash -r - hash -r
install: install:
- cd ~/ritiek/spotify-downloader - cd $TRAVIS_BUILD_DIR
- pip install -r requirements.txt - pip install -r requirements.txt
script: python -m pytest test script: python -m pytest test