Skip to content

Commit

Permalink
travis: Build first for python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Feb 6, 2015
1 parent fd07983 commit 3466a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ notifications:
on_success: change

python:
- "3.2"
- "3.3"
- "3.4"
- "3.3"
- "3.2"

install:
- pip install coveralls
Expand Down

1 comment on commit 3466a4d

@fneu
Copy link
Contributor

@fneu fneu commented on 3466a4d Feb 6, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

Please sign in to comment.