Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #190 from DerThorsten/drop04
Browse files Browse the repository at this point in the history
changed ci script to drop 0.4 tests
  • Loading branch information
DerThorsten committed Aug 15, 2019
2 parents f0c5e86 + 6271934 commit 44eec0a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Expand Up @@ -3,18 +3,10 @@ language: python
dist: xenial

python:
- 3.6
- 3.7

env:
- PYTORCH_CONDA="pytorch" TORCHVISION_CONDA="torchvision" TORCHVISION_CHANNEL=pytorch
- PYTORCH_CONDA="pytorch=0.4.1" TORCHVISION_CONDA="torchvision" TORCHVISION_CHANNEL=pytorch

# exclude hanging build
matrix:
exclude:
- python: 3.6
env: PYTORCH_CONDA="pytorch" TORCHVISION_CONDA="torchvision" TORCHVISION_CHANNEL=pytorch

install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
Expand Down

0 comments on commit 44eec0a

Please sign in to comment.