Add Python 3.4 to Travic CI configuration

This commit is contained in:
Justin Mayer 2014-04-30 06:44:55 -07:00
commit 3d53b4ca17

View file

@ -2,6 +2,7 @@ language: python
python: python:
- "2.7" - "2.7"
- "3.3" - "3.3"
- "3.4"
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq --no-install-recommends asciidoc - sudo apt-get install -qq --no-install-recommends asciidoc