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 4619b40 commit 78d8678
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: qL1i5WsXhScWH6AT3bThx17Puw90+w9vKVxS0fVRTo2HOQ4dpofZEnwFia+QBg5ARSiELE7Yl1kyHXyFWT4RcES0TJP5KYqhDL4LToYwKHzmlizWHN7cTPWF24fs8M06IMjhvHr0TL6VKh3rtFHhGDV6hjCNiB3OShupnQtnVN4=
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 78d8678

Please sign in to comment.