1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-09-21 20:52:32 +01:00

#524: Add commandnotfound to travis config

This commit is contained in:
nvbn
2016-06-28 00:38:38 +03:00
parent 1b7c8b5498
commit 729508e581

View File

@@ -7,6 +7,11 @@ python:
- "2.7" - "2.7"
services: services:
- docker - docker
addons:
apt:
packages:
- python-commandnotfound
- python3-commandnotfound
install: install:
- pip install -U pip - pip install -U pip
- pip install -U coveralls - pip install -U coveralls