secretary/.travis.yml

11 lines
148 B
YAML
Raw Permalink Normal View History

2017-05-02 22:17:59 +02:00
install: pip install -U tox
language: python
2017-05-02 22:39:43 +02:00
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
script: tox -e py${TRAVIS_PYTHON_VERSION//./}