8000
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 080339b commit ac77623Copy full SHA for ac77623
.travis.yml
@@ -9,6 +9,8 @@ python:
9
- "3.7-dev" # 3.7 development branch
10
- "nightly" # currently points to 3.7-dev
11
# command to install dependencies
12
-install: "pip install -r section2/video_code/requirements.txt"
+install:
13
+ - "pip install pytest"
14
+ - "pip install -r section2/video_code/requirements.txt"
15
# command to run tests
-script: pytest section2/video_code/
16
+script: python -m pytest section2/video_code/
0 commit comments