Skip to content

Commit 69d3dc2

Browse files
committed
fix bug
1 parent 4ad2b39 commit 69d3dc2

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
@@ -113,7 +113,7 @@ install:
113113
- pip install flake8
114114
- pip install codecov
115115
- pip install scipy==1.4.1
116-
- python setup.py .[test]
116+
- pip install .[test]
117117
script:
118118
- flake8 .
119119
- python setup.py test

0 commit comments

Comments
 (0)