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

このコミットが含まれているのは:
Danielle McLean 2018-05-14 10:38:09 +10:00
コミット 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