1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-21 20:38:54 +00:00

Fix env in travis config

This commit is contained in:
nvbn 2015-07-25 03:02:04 +03:00
parent 2da3d02361
commit 8d981cf9b6

View File

@ -11,8 +11,7 @@ addons:
- fish - fish
- tcsh - tcsh
env: env:
- FUNCTIONAL=true - FUNCTIONAL=true BARE=true
- BARE=true
install: install:
- pip install coveralls - pip install coveralls
- pip install -r requirements.txt - pip install -r requirements.txt