Skip to content

Commit 5952588

Browse files
committed
Rename requirements.txt to .req.
1 parent ddf2bdb commit 5952588

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements.txt renamed to .req

File renamed without changes.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- "3.6"
77
- "3.7"
88
- "3.8"
9-
install: pip install -r requirements.txt
9+
install: pip install -r .req
1010
script: make test PYTHON=python
1111

1212
# Local Variables:

0 commit comments

Comments
 (0)