Skip to content

Commit 5efeffd

Browse files
committed
CI: install our self via pip not python setup.py
1 parent 79eca30 commit 5efeffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ matrix:
1414

1515
install:
1616
- pip install --upgrade pip
17-
- python setup.py install
17+
- pip install -v .
1818
- pip install $PRE --upgrade pytest pytest-cov coverage
1919

2020
script:

0 commit comments

Comments
 (0)