Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Removed Python 3 from Travis as yubico-client isn't compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jun 24, 2014
1 parent d5ccbd1 commit ab2c4c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
# Disabled as some dependencies don't work on Python 3.
# - "3.2"
# command to install dependencies
install: "pip install -q -e . --use-mirrors"
# command to run tests
Expand Down

0 comments on commit ab2c4c0

Please sign in to comment.