Skip to content

Commit 32fc9c2

Browse files
committed
removed python 3.5 from travis (#112)
* removed python 3.5 from travis
1 parent 6842737 commit 32fc9c2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ matrix:
1313
- os: osx
1414
language: generic
1515
env: TOXENV=py27
16-
- os: linux
17-
python: 3.5
18-
env: TOXENV=py35
19-
- os: osx
20-
language: generic
21-
env: TOXENV=py35
2216

2317
before_script:
2418
- "export DISPLAY=:99.0"
@@ -35,6 +29,7 @@ before_install:
3529
else
3630
brew update;
3731
brew install python;
32+
python --version;
3833
wget https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh -O miniconda.sh;
3934
fi
4035
- chmod +x miniconda.sh

0 commit comments

Comments
 (0)