Commit 2aa63eee authored by rusty1s's avatar rusty1s
Browse files

don't rebuild on test

parent ca2f3908
...@@ -112,7 +112,7 @@ install: ...@@ -112,7 +112,7 @@ install:
- source script/torch.sh - source script/torch.sh
- pip install flake8 - pip install flake8
- pip install codecov - pip install codecov
- pip install .[test] - python setup.py install
script: script:
- flake8 . - flake8 .
- python setup.py test - python setup.py test
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment