Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jun 29, 2019
1 parent 80d5912 commit 57a8993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ before_install:
install:
- pip install numpy
- pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
- pip install torch-scatter torch-sparse torch-cluster==1.4.3a1 torch-spline-conv
- pip install torch-scatter torch-sparse torch-cluster==1.4.3-alpha1 torch-spline-conv
- pip install cython && pip install gdist
- pip install pycodestyle
- pip install flake8
- pip install codecov
script:
- then pycodestyle .
- then flake8 .
- pycodestyle .
- flake8 .
- python setup.py install
- python setup.py test
- cd docs && pip install -r requirements_1.txt && make clean && make html && cd ..
Expand Down

0 comments on commit 57a8993

Please sign in to comment.