Skip to content

Commit 588707e

Browse files
author
Yoav Schatzberg
committed
Changing travisCI config to use setup.py
1 parent 343d449 commit 588707e

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,7 +3,7 @@ python:
33
- "2.7"
44
- "3.4"
55
# command to install dependencies
6-
install: "pip install ."
6+
install: "python setup.py install"
77
# command to run tests
88
script:
99
- "PYTHONPATH=. python tests/client_test.py"

0 commit comments

Comments
 (0)