Skip to content

Commit 1779080

Browse files
committed
add several python 3
1 parent 27032b6 commit 1779080

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ matrix:
88
- os: linux
99
sudo: required
1010
python: 3.4
11+
- os: linux
12+
sudo: required
13+
python: 3.5
14+
- os: linux
15+
sudo: required
16+
python: 3.6
1117
- os: linux
1218
sudo: required
1319
python: 2.7

.travis/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
66
# e.g. brew install pyenv-virtualenv
77
#brew update
88
#brew install python
9-
echo do othing
9+
echo do nothing
1010

1111

1212
else

0 commit comments

Comments
 (0)