We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcda71 commit 3b2bf66Copy full SHA for 3b2bf66
.travis.yml
@@ -57,7 +57,8 @@ install:
57
- source activate test
58
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
59
- source script/torch.sh
60
- - pip install flake8 codecov
+ - pip install flake8
61
+ - pip install codecov
62
- pip install .[test]
63
script:
64
- flake8 .
0 commit comments