Skip to content

Commit a5b2a08

Browse files
committed
Make Travis CI use requirements-dev.txt for tests
1 parent 46cda7d commit a5b2a08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ language: python
33
python:
44
- "3.7"
55
install:
6-
- pip install -r requirements.txt
6+
- pip install -r requirements-dev.txt
77
script:
88
- pytest

0 commit comments

Comments
 (0)