Skip to content

Commit

Permalink
Merge pull request #386 from JamieMagee/travis-nightly
Browse files Browse the repository at this point in the history
Add python nightly testing
  • Loading branch information
bboe committed Apr 9, 2015
2 parents c6706f5 + f1f4fae commit e1de1f5
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
Expand Up @@ -5,6 +5,10 @@ python:
- 3.2
- 3.3
- 3.4
- nightly
matrix:
allow_failures:
- python: nightly
install:
- pip install flake8 pep257 --use-mirrors
- python setup.py install
Expand Down

0 comments on commit e1de1f5

Please sign in to comment.