Skip to content

Commit

Permalink
Dropped support for python 2.6 and added python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pkorshunov committed Jan 21, 2016
1 parent ebb4000 commit ae2c3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
matrix:
include:
- python: 2.6
- python: 2.7
env:
- secure: XGsoak/JpYKSsVBC1X+k6Ve6bO5hl0fKF2t03VlHI1FkU0i4UGjKAKB57qkYr58+u9xXqyphzq3x5L0aMshzUTSHjdWC+0qDk2asvkTuf+BbSZrtEjw0/Pn5Ig6stxe/LrEmuowQ6DTtqBAEItWhxnI1AMZ5xK8MmQ4yk6fwQ8o=
Expand All @@ -10,6 +9,7 @@ matrix:
- BOB_UPLOAD_WHEEL="--universal"
- python: 3.3
- python: 3.4
- python: 3.5
before_install:
- sudo add-apt-repository -y ppa:biometrics/bob
- sudo apt-get update -qq
Expand Down

0 comments on commit ae2c3af

Please sign in to comment.