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 a7b9bee commit 86053ea
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: lOs+/EAfuj7ISmSdp5d4J06375GNzL08LvwFJDFhbynjK+ld+Gtr+NX4qvcnA5CCPBT8fdIWrqynPKv3gfQBAWzTh2WvmbUuFgZ1ZMJKV1FxCK5RqFxinYjM6I7wpknPdBVxIr4HtDdfk7xsu+8lotcfYRaI0/JLa5E5xLU+YB0=
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 86053ea

Please sign in to comment.