We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6672e4d commit 3bc1376Copy full SHA for 3bc1376
1 file changed
.travis.yml
@@ -12,11 +12,19 @@ env:
12
- TOXENV=py-pytest310
13
- TOXENV=py-pytest46
14
- TOXENV=py-pytest54
15
+ - TOXENV=py-pytest60
16
- TOXENV=py-pytestlatest
17
+ - TOXENV=py-pytestmaster
18
matrix:
19
exclude:
20
- python: '2.7' # pytest 5+ does not support Python 2
21
env: TOXENV=py-pytest54
22
+ - python: '2.7' # pytest 5+ does not support Python 2
23
+ env: TOXENV=py-pytest60
24
25
+ env: TOXENV=py-pytestmaster
26
+ - python: '2.7' # Same as pytest54 for Python 2
27
+ env: TOXENV=py-pytestlatest
28
include:
29
- python: '3.8'
30
env: TOXENV=flakes
0 commit comments