Skip to content

Commit fa6cda4

Browse files
committed
travis: install via pip
1 parent 1919bee commit fa6cda4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ notifications:
100100

101101
script:
102102
- python --version
103-
- python setup.py build
104-
- python setup.py install
103+
- python -m pip install .
104+
# - python setup.py build
105+
# - python setup.py install
105106
- cd testing
106107
- |-
107108
if [ -z "$BENCH" ] ; then

0 commit comments

Comments
 (0)