Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 96d9758

Browse files
committed
Fixed typo in Travis config
1 parent 4df592e commit 96d9758

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
@@ -2,7 +2,7 @@ language: python
22
python:
33
- '2.5'
44
install:
5-
- ./install_requirements.py
5+
- ./install_requirements.sh
66
script:
77
- pep8 documentcloud
88
- pyflakes documentcloud

0 commit comments

Comments
 (0)