Skip to content

Commit

Permalink
Don't test python 3.5; not supported right now
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Nov 26, 2015
1 parent b1a96ad commit 32c398b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
python:
- "2.7"
- "3.4"
- "3.5"

cache:
directories:
Expand Down Expand Up @@ -44,4 +43,4 @@ script:
- coverage run --source autosklearn setup.py test


after_success: coveralls
after_success: coveralls

0 comments on commit 32c398b

Please sign in to comment.