Do a --dev install when running on Travis, so that pytest is available :o

这个提交包含在:
Danielle McLean 2018-05-14 10:38:09 +10:00
父节点 4a208a91b6
当前提交 742296d5dd
签署人:: 00dani
GPG 密钥 ID: 8EB789DDF3ABD240
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -7,6 +7,6 @@ python:
- '3.6'
install:
- pip install pipenv
- pipenv install
- pipenv install --dev
script:
- pipenv run pytest