Skip to content

Commit

Permalink
Remove travis unittest jobs (pytorch#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok authored May 13, 2020
1 parent 0c04667 commit b7f192f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ cache:
matrix:
fast_finish: true
include:
- env: PYTHON_VERSION="3.6"
- env: PYTHON_VERSION="3.7"
- env: PYTHON_VERSION="3.8"
- env: PYTHON_VERSION="3.6" RUN_FLAKE8="true" SKIP_INSTALL="true" SKIP_TESTS="true"
- env: PYTHON_VERSION="3.6" RUN_EXAMPLE_TESTS="true" SKIP_TESTS="true"
allow_failures:
- env: PYTHON_VERSION="3.6" RUN_EXAMPLE_TESTS="true" SKIP_TESTS="true"
Expand Down

0 comments on commit b7f192f

Please sign in to comment.