mirror of
https://github.com/declaresub/pygments-xojo.git
synced 2026-05-15 06:05:50 -06:00
12 lines
No EOL
200 B
YAML
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 |