pygments-xojo/.travis.yml
Charles 6534a7055c Add .trsvis.yml.
Signed-off-by: Charles <charles@declareSub.com>
2015-07-29 18:30:56 -04:00

12 lines
No EOL
200 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
# command to install dependencies
install:
- "pip install ."
- "pip install -r requirements.txt"
# command to run tests
script: tox