Commit 0cc9765d authored by rusty1s's avatar rusty1s
Browse files

update pycode rules

parent 40fbd684
...@@ -40,7 +40,7 @@ install: ...@@ -40,7 +40,7 @@ install:
- pip install torch-scatter - pip install torch-scatter
script: script:
- python -c "import torch; print(torch.__version__)" - python -c "import torch; print(torch.__version__)"
- pycodestyle . - pycodestyle --ignore=E731,W504 .
- flake8 . - flake8 .
- python setup.py install - python setup.py install
- 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