We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385f1f1 commit 3164b54Copy full SHA for 3164b54
.travis.yml
@@ -8,7 +8,5 @@ matrix:
8
- python: 3.7
9
dist: xenial
10
sudo: true
11
-install:
12
- - pip install pytest # No pytest in 3.3
13
script:
14
- - pytest
+ - python -m pytest
0 commit comments