We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ab043 commit c007bdcCopy full SHA for c007bdc
.travis.yml
@@ -1,18 +1,33 @@
1
sudo: false
2
language: python
3
install:
4
- - pip install -r requirements_dev.txt
+- pip install -r requirements_dev.txt
5
6
matrix:
7
include:
8
- - python: 2.7
9
- env:
10
- - TOX_ENV=py27
11
- - TOX_ENV=py27-flake8
12
- - python: 3.6
13
14
- - TOX_ENV=py36
15
- - TOX_ENV=py36-flake8
16
- - TOX_ENV=docs
+ - python: 2.7
+ env:
+ - TOX_ENV=py27
+ - TOX_ENV=py27-flake8
+ - TOX_ENV=docs
17
+ - python: 3.6
18
19
+ - TOX_ENV=py36
20
21
22
+ - TOX_ENV=py36-flake8
23
24
25
+ - TOX_ENV=py36-black
26
+ - python: 3.7
27
28
+ - TOX_ENV=py37
29
+ - python: 3.8
30
31
+ - TOX_ENV=py38
32
33
script: tox -e $TOX_ENV
0 commit comments