1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +00:00

Fix travis builds

This commit is contained in:
nvbn 2016-01-29 12:03:47 +03:00
parent 52ef1fa47d
commit 86b17eb570

View File

@ -17,8 +17,9 @@ addons:
- pandoc
- git
install:
- pip install coveralls
- pip install -r requirements.txt
- pip install -U pip
- pip install -U coveralls
- pip install -Ur requirements.txt
- python setup.py develop
- rm -rf build
script: