SigmaHQ/.travis.yml
Thomas Patzke 6f6d662ae5 Dropped support for Python 3.4
Dict unpacking in dict initialization not supported in Python 3.4.
2018-02-11 22:48:40 +01:00

12 lines
143 B
YAML

language: python
python:
- 3.5
- 3.6
- pypy3
cache: pip
install:
- pip install -r tools/requirements-devel.txt
script:
- make test