trigger travis

This commit is contained in:
ixaxaar 2017-11-30 22:12:54 +05:30
parent 049c293a83
commit 2afeffcf40
2 changed files with 6 additions and 0 deletions

View File

@ -8,4 +8,5 @@ install:
- pip install visdom
# command to run tests
script:
- pip install -e .
- pytest ./test

View File

@ -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 .
```