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

This commit is contained in:
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