Skip to content

Commit

Permalink
Add nightly python builds and allow failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 committed May 12, 2015
1 parent 1318ba2 commit 1881164
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
sudo: false
python:
- 'nightly'
- '3.4'
- '3.3'
- '3.2'
Expand Down Expand Up @@ -31,6 +32,9 @@ deploy:
python: 2.6
tags: true
repo: mdshw5/pyfaidx
matrix:
allow_failures:
- python: 'nightly'
cache:
directories:
- tests/data
Expand Down

0 comments on commit 1881164

Please sign in to comment.