wolframalpha/.travis.yml

11 lines
127 B
YAML
Raw Normal View History

2015-11-25 01:30:24 +00:00
sudo: false
language: python
python:
- 2.7
- 3.4
- 3.5
- pypy
script:
2015-11-25 01:33:43 +00:00
- pip install -U pytest
2015-11-25 01:30:24 +00:00
- python setup.py test