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.
1 parent 52713a6 commit 282cd54Copy full SHA for 282cd54
.travis.yml
@@ -2,8 +2,8 @@ sudo: false
2
language: python
3
python:
4
- nightly
5
-- 3.5
6
-- 3.6
+- "3.5"
+- "3.6"
7
8
env:
9
global:
@@ -18,20 +18,14 @@ env:
18
matrix:
19
exclude:
20
allow_failures:
21
- - env:
22
- - WEBFRAMEWORK=django-master
23
- - WEBFRAMEWORK=flask-master
+ - env: WEBFRAMEWORK=django-master
+ - env: WEBFRAMEWORK=flask-master
24
- python: nightly
25
include:
26
- - stage: linters
27
- env: LINTER="isort"
28
- python: 3.6
29
- script: pip install isort && isort -c -df && echo "OK"
30
-
31
- stage: build
32
if: tag =~ ^v\d # only build if this is a version-tag
33
dist: trusty
34
+ python: "3.6"
35
sudo: required
36
services:
37
- docker
0 commit comments