mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-07 15:24:27 +01:00
10 lines
158 B
YAML
10 lines
158 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.6
|
|
install:
|
|
- pip install -r development.txt
|
|
script:
|
|
- pep8 --ignore E501,E712 CTFd/ tests/
|
|
- nosetests
|