Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 5bbd5f5

Browse files
committed
correct install command
1 parent b979163 commit 5bbd5f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ python:
55
- "3.2"
66
- "3.3"
77
- "3.4"
8-
# command to install dependencies
9-
install: "pip install -r requirements.txt"
8+
install: "python setup.py install"
109
# command to run tests
1110
script: python test_api.py

0 commit comments

Comments
 (0)