Skip to content

Commit 1ea1675

Browse files
author
Mohan Kishore
committed
Added pip install -e . to travis config
1 parent a083527 commit 1ea1675

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ python:
44
- 3.5
55
- 3.4
66
- 2.7
7-
install: pip install -r requirements.txt && pip install -U tox-travis
7+
install:
8+
- pip install -r requirements.txt
9+
- pip install -e .
10+
- pip install -U tox-travis
811
script: tox
912
deploy:
1013
provider: pypi

0 commit comments

Comments
 (0)