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 41c6c15 commit 405142cCopy full SHA for 405142c
.travis.yml
@@ -7,7 +7,6 @@ python:
7
- "3.6"
8
- "3.7"
9
install:
10
- - pip install -r requirements.txt
11
- - pip install pytest ipykernel
+ - pip install -r requirements.txt -r requirements-dev.txt
12
script:
13
- pytest .
requirements-dev.txt
@@ -0,0 +1,2 @@
1
+pytest
2
+ipykernel
0 commit comments