We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdfa60 commit 385f1f1Copy full SHA for 385f1f1
.travis.yml
@@ -8,5 +8,7 @@ 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
0 commit comments