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 9586956 commit 21d4ea3
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: SGfV5CshmbYdgioFkuFOSzzy2TjqxAlIgkDaS5AgF3ngaSDFCtzOUdScHhc844deoht0+LW5QVyCDpv2fXAOqUIrt7mEWJyzuIKcQCX1wRaIAnU+dHIVRzft8LCp+0R/mPH93Io9TywmH/zJtRDPKuMHEE5P+n1Bkz4AUcfKkiA=
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 21d4ea3

Please sign in to comment.