We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27032b6 commit 1779080Copy full SHA for 1779080
.travis.yml
@@ -8,6 +8,12 @@ matrix:
8
- os: linux
9
sudo: required
10
python: 3.4
11
+ - os: linux
12
+ sudo: required
13
+ python: 3.5
14
15
16
+ python: 3.6
17
18
19
python: 2.7
.travis/before_install.sh
@@ -6,7 +6,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
6
# e.g. brew install pyenv-virtualenv
7
#brew update
#brew install python
- echo do othing
+ echo do nothing
else
0 commit comments