Skip to content

Commit 405142c

Browse files
committed
move dev requirements into requirements-dev.txt
1 parent 41c6c15 commit 405142c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ python:
77
- "3.6"
88
- "3.7"
99
install:
10-
- pip install -r requirements.txt
11-
- pip install pytest ipykernel
10+
- pip install -r requirements.txt -r requirements-dev.txt
1211
script:
1312
- pytest .

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pytest
2+
ipykernel

0 commit comments

Comments
 (0)