File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ matrix:
23
23
env : TOXENV=py27
24
24
- os : linux
25
25
python : 3.3
26
- env : TOXENV=py33
26
+ env : TOXENV=py33
27
27
- os : linux
28
28
python : 3.4
29
29
env : TOXENV=py34
@@ -33,16 +33,19 @@ matrix:
33
33
- os : osx
34
34
# language: generic
35
35
env : TOXENV=py27
36
+ env : PYTHON=2.7.12
36
37
- os : osx
37
38
# language: generic
38
39
env : TOXENV=py33
40
+ env : PYTHON=3.3.6
39
41
- os : osx
40
42
# language: generic
41
43
env : TOXENV=py34
44
+ env : PYTHON=3.4.5
42
45
- os : osx
43
46
# language: generic
44
47
env : TOXENV=py35
45
-
48
+ env : PYTHON=3.5.2
46
49
before_install :
47
50
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
48
51
brew update;
@@ -55,6 +58,8 @@ before_install:
55
58
echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list;
56
59
sudo apt-get update;
57
60
sudo DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" install mono-devel mono-complete referenceassemblies-pcl ca-certificates-mono nunit-console;
61
+ brew install pyenv;
62
+ pyenv install $PYTHON;
58
63
fi
59
64
install :
60
65
# - ./.travis/install.sh
You can’t perform that action at this time.
0 commit comments