Files
CTFd/.travis.yml
Kevin Chung 59afacce69 Fixes #261 and generally supports Unicode better in Python 2 (#263)
* Fixing #261 and improving Unicode in Python2
* Fixing PEP8 issues
2017-05-21 12:43:31 -04:00

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