Skip to content

Commit

Permalink
Activate Python3 as a Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Apr 1, 2016
1 parent 8382aa2 commit 3158715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python

python:
- 2.7
# - 3.5
# - "nightly"
- 2.7
- 3.3
- 3.4

env:
global:
Expand Down

0 comments on commit 3158715

Please sign in to comment.