Skip to content

Commit

Permalink
:add: python nightly support
Browse files Browse the repository at this point in the history
  • Loading branch information
b3j0f committed Oct 20, 2015
1 parent 132cd57 commit 143794e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
#- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "nightly"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
Expand Down

0 comments on commit 143794e

Please sign in to comment.