Make Travis CI use requirements-dev.txt for tests

This commit is contained in:
Mieszko Bańczerowski
2021-09-21 14:40:36 +02:00
parent 46cda7d61a
commit a5b2a0890e

View File

@@ -3,6 +3,6 @@ language: python
python:
- "3.7"
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
script:
- pytest