|
@@ -1,6 +1,9 @@
|
|
-dist: xenial # required for Python >= 3.7
|
|
|
|
|
|
+dist: xenial
|
|
language: python
|
|
language: python
|
|
python:
|
|
python:
|
|
|
|
+ - "3.4"
|
|
|
|
+ - "3.5"
|
|
|
|
+ - "3.6"
|
|
- "3.7"
|
|
- "3.7"
|
|
install:
|
|
install:
|
|
- pip install -e './[dev]'
|
|
- pip install -e './[dev]'
|
|
@@ -9,3 +12,4 @@ before_script:
|
|
# command to run tests
|
|
# command to run tests
|
|
script:
|
|
script:
|
|
- python testproject/manage.py test coderedcms --settings=coderedcms.tests.settings
|
|
- python testproject/manage.py test coderedcms --settings=coderedcms.tests.settings
|
|
|
|
+ - flake8 coderedcms testproject
|