Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jun 24, 2020
1 parent 2fcda71 commit 3b2bf66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ install:
- source activate test
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
- source script/torch.sh
- pip install flake8 codecov
- pip install flake8
- pip install codecov
- pip install .[test]
script:
- flake8 .
Expand Down

0 comments on commit 3b2bf66

Please sign in to comment.