1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-04-19 17:20:39 +01: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 - pandoc
- git - git
install: install:
- pip install coveralls - pip install -U pip
- pip install -r requirements.txt - pip install -U coveralls
- pip install -Ur requirements.txt
- python setup.py develop - python setup.py develop
- rm -rf build - rm -rf build
script: script: