1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-22 15:28:57 +00:00

travis: Enable python 3.4

This commit is contained in:
Jonas Borgström 2014-05-01 14:08:12 +02:00
parent c502481d5e
commit c90c6c9e9d

View file

@ -2,6 +2,7 @@ language: python
python: python:
- "3.2" - "3.2"
- "3.3" - "3.3"
- "3.4"
# command to install dependencies # command to install dependencies
install: install:
- "sudo apt-get install -y libacl1-dev" - "sudo apt-get install -y libacl1-dev"