Skip to content

Commit

Permalink
Make travis use run_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
apaszke committed Sep 8, 2016
1 parent 58f507f commit 3d6b805
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ install:
- travis_retry pip install .

script:
- python test/test_torch.py
- python test/test_legacy_nn.py
- python test/test_nn.py
- python test/test_autograd.py
- ./test/run_test.sh

addons:
apt:
Expand Down

0 comments on commit 3d6b805

Please sign in to comment.