mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
6f6d662ae5
Dict unpacking in dict initialization not supported in Python 3.4.
12 lines
143 B
YAML
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
|