Skip to content

Commit 787de5b

Browse files
travis: install script update
1 parent 2e61e28 commit 787de5b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ python:
77

88
install:
99
- pip install -r requirements.txt
10-
- zetup install
10+
- pip install zetup[all]
1111
- pip install pytest
1212
- pip install tox
13+
- pip install -e .
1314

1415
script:
1516
- zetup pytest

0 commit comments

Comments
 (0)