Skip to content

Commit 5b2585d

Browse files
Dmitry YashuninDmitry Yashunin
authored andcommitted
Revert symlink to hnswlib and add windows to build matrix
1 parent 19abf9b commit 5b2585d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
language: python
22

3-
matrix:
4-
include:
5-
- python: 3.6
6-
- python: 3.7
3+
os:
4+
- linux
5+
- windows
6+
7+
python:
8+
- '3.6'
9+
- '3.7'
10+
711
install:
812
- |
913
pip install -r requirements.txt

python_bindings/hnswlib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../hnswlib

0 commit comments

Comments
 (0)