trigger travis
This commit is contained in:
parent
049c293a83
commit
2afeffcf40
@ -8,4 +8,5 @@ install:
|
||||
- pip install visdom
|
||||
# command to run tests
|
||||
script:
|
||||
- pip install -e .
|
||||
- pytest ./test
|
@ -66,6 +66,11 @@ for i in *.py; do
|
||||
find -name "*.py" -exec sed -i "s/import $filename/import \.$filename/g" {} \;
|
||||
find -name "*.py" -exec sed -i "s/from $filename import/from \.$filename import/g" {} \;
|
||||
done
|
||||
|
||||
git clone https://github.com/ixaxaar/pytorch-dnc
|
||||
mv faiss pytorch-dnc
|
||||
cd pytorch-dnc
|
||||
sudo pip install -e .
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user