Skip to content
Snippets Groups Projects
Unverified Commit d699d998 authored by Sébastien Helleu's avatar Sébastien Helleu Committed by GitHub
Browse files

Merge pull request #6 from codingjoe/all_py

Add all supported CPython versions to CI suite
parents 2ce989b7 379367db
No related branches found
No related tags found
No related merge requests found
language: python
sudo: false
 
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
 
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y gettext aspell aspell-fr libenchant-dev
cache:
- pip
- apt
addons:
apt:
packages:
- gettext
- aspell
- aspell-en
- aspell-fr
- libenchant-dev
 
install:
- "pip install pylint"
- "pip install -r requirements.txt"
- pip install -U pylint
- pip install -Ur requirements.txt
 
script:
- pylint --disable=W0511 msgcheck
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment