wolframalpha/.travis.yml
2015-11-24 20:33:43 -05:00

11 lines
127 B
YAML

sudo: false
language: python
python:
- 2.7
- 3.4
- 3.5
- pypy
script:
- pip install -U pytest
- python setup.py test