Commit c84aa998 authored by Tzu-Wei Huang's avatar Tzu-Wei Huang Committed by Francisco Massa
Browse files

test with pytorch 0.3.0 (#403)

Tests should pass current release as well.
parent 9b526dbc
...@@ -14,7 +14,7 @@ install: ...@@ -14,7 +14,7 @@ install:
# Useful for debugging any issues with conda # Useful for debugging any issues with conda
- conda info -a - conda info -a
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c soumith - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c pytorch
- source activate test-environment - source activate test-environment
- python setup.py install - python setup.py install
- pip install --upgrade pytest - pip install --upgrade pytest
......
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