Files
rfd/.travis.yml
Dave Gallant dcd7ad5838 tab completion instructions for bash and zsh (#11)
* instructions how to add completion.

* argument completion won't come until click 7.0

* version bump.

* drop 3.4 support.

* remove python 3.7

* new gif.

* new gif and use limit not count.
2018-07-14 22:21:32 -04:00

17 lines
251 B
YAML

sudo: false
language: python
python:
- "2.7"
- "3.5"
- "3.6"
# - "3.7"
before_install:
- "pip install -U pip"
- "python setup.py install"
install:
- pip install tox-travis
- pip install pytest==3.6.0
- pip install pylint
script:
- tox