glances/.travis.yml
Alessio Sergi 8d895f1845 Add Python 3.4 support
Add Python 3.4 to .travis.yml.
2014-05-11 20:00:00 +02:00

11 lines
166 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- pip install -r requirements.txt --use-mirrors
script: python setup.py install