Skip to content
Snippets Groups Projects
Commit 379367db authored by Johannes Hoppe's avatar Johannes Hoppe
Browse files

Add all supported CPython versions to CI suite

- Add CPython 3.5 and 3.6 to travis suite
- Switch travis-ci to container based architecture
- Add travis-ci cache
parent b97bc169
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