Skip to content

Commit 1ef9ff9

Browse files
author
Mohan Kishore
committed
Have travis load dependencies from requirements.txt
1 parent 834fdd2 commit 1ef9ff9

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
@@ -4,7 +4,7 @@ python:
44
- 3.5
55
- 3.4
66
- 2.7
7-
install: pip install -U tox-travis
7+
install: pip install -r requirements.txt && pip install -U tox-travis
88
script: tox
99
deploy:
1010
provider: pypi

0 commit comments

Comments
 (0)