We have still a rounding issue, gonna fix that in another commit. This helps to unblock pull requests.
10 lines
212 B
YAML
10 lines
212 B
YAML
language: python
|
|
python:
|
|
# - "2.6"
|
|
- "2.7"
|
|
- "3.3"
|
|
# command to install dependencies
|
|
install: "pip install -r requirements.txt --use-mirrors"
|
|
# command to run tests
|
|
script: python lesscpy/test/__main__.py -v
|