travis.yml: Add scripts to the path.

This commit is contained in:
Valentin Lorentz 2013-01-04 19:46:34 +01:00
parent 349b969dbf
commit a2a52d4bf9
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
language: python
env:
- PATH=$PATH:$HOME/.local/bin
python:
- "3.2"
- "2.7"