1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00

Install nano.

This commit is contained in:
Irina Truong 2017-03-25 17:03:39 -07:00
parent 96c77b1044
commit 24870ea695

View File

@ -7,7 +7,8 @@ python:
- "3.6"
before_install:
- which nano
- sudo apt-get -qq update
- sudo apt-get install -y nano
install:
- pip install . pytest mock codecov==1.5.1 behave pexpect==3.3