2017-03-10 03:00:01 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- 2.7
|
2017-05-21 16:43:31 +00:00
|
|
|
- 3.6
|
2017-03-10 03:00:01 +00:00
|
|
|
install:
|
|
|
|
- pip install -r development.txt
|
|
|
|
script:
|
2017-05-12 04:34:20 +00:00
|
|
|
- pep8 --ignore E501,E712 CTFd/ tests/
|
2017-03-10 03:00:01 +00:00
|
|
|
- nosetests
|