Skip to content

Commit 3bfde56

Browse files
committed
Merge branch 'development'
2 parents 3542fc7 + 5007c73 commit 3bfde56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1781
-1946
lines changed

.travis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ language: python
22

33
sudo: false
44

5+
os:
6+
- linux
7+
- osx
8+
9+
matrix:
10+
allow_failures:
11+
- os: osx
12+
513
cache:
614
apt: true
715
# We use three different cache directory
@@ -30,9 +38,8 @@ env:
3038
- TEST_DIR=/tmp/test_dir/
3139
- MODULE=autosklearn
3240
matrix:
33-
- DISTRIB="conda" PYTHON_VERSION="2.7"
34-
- DISTRIB="conda" PYTHON_VERSION="3.4" COVERAGE="true"
35-
- DISTRIB="conda" PYTHON_VERSION="3.5"
41+
- DISTRIB="conda" PYTHON_VERSION="3.4"
42+
- DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true"
3643

3744
install:
3845
# Necessary for random forest

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 0.1
2+
3+
* Drop python2.7 support

autosklearn/__init__.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
# -*- encoding: utf-8 -*-
2-
import os
3-
4-
import pkg_resources
5-
6-
__version__ = '0.0.2'
7-
2+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)