Skip to content

Commit

Permalink
Added travis build on python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Sep 21, 2016
1 parent 606967a commit d5e33ac
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ notifications:


matrix:
fast_finish: true
include:
- os: linux
python: "2.7"
Expand All @@ -24,6 +25,20 @@ matrix:
- cppcheck
- enchant

- os: linux
python: "3.5"
# Tell travis we want debian trusty
sudo: required
dist: trusty
env:
- TESTATTR="'not huge and not known_failing'"
addons:
apt:
packages:
- astyle
- cppcheck
- enchant

- os: osx
language: generic
osx_image: xcode7.3
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016-09-21 Tim Head <betatim@gmail.com>

* .travis.yml: add python 3.5 to the build matrix and allow fast finishing

2016-09-20 Titus Brown <titus@idyll.org>

* khmer/utils.py: fixed bug in broken_paired_reader when short reads
Expand Down

0 comments on commit d5e33ac

Please sign in to comment.