use minimum dependencies rather than specific hashes. (#6)

* use minimum dependencies rather than specific hashes.

* install specific version of pytest and install pylint.

* python 3.7 still not working.
This commit is contained in:
Dave Gallant
2018-06-02 22:20:16 -04:00
committed by GitHub
parent 26520c0693
commit 5a1799bdf5
8 changed files with 12 additions and 293 deletions

View File

@@ -6,8 +6,12 @@ python:
- "3.5"
- "3.6"
# - "3.7-dev"
before_install:
- "pip install -U pip"
- "python setup.py install"
install:
- pip install tox-travis
- pip install tox-pipenv
- pip install pytest==3.6.0
- pip install pylint
script:
- tox