We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ce989b + 379367d commit d699d99Copy full SHA for d699d99
.travis.yml
@@ -1,16 +1,28 @@
1
language: python
2
+sudo: false
3
4
python:
5
- "2.7"
6
- "3.4"
7
+ - "3.5"
8
+ - "3.6"
9
-before_install:
- - sudo apt-get update -qq
- - sudo apt-get install -y gettext aspell aspell-fr libenchant-dev
10
+cache:
11
+ - pip
12
+ - apt
13
+
14
+addons:
15
+ apt:
16
+ packages:
17
+ - gettext
18
+ - aspell
19
+ - aspell-en
20
+ - aspell-fr
21
+ - libenchant-dev
22
23
install:
- - "pip install pylint"
- - "pip install -r requirements.txt"
24
+ - pip install -U pylint
25
+ - pip install -Ur requirements.txt
26
27
script:
28
- pylint --disable=W0511 msgcheck
0 commit comments