Skip to content

Commit 13292bb

Browse files
committed
Install dev requirements before deploy from Travis-CI
1 parent 4f2383b commit 13292bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ script:
1818
after_script:
1919
- coveralls
2020
sudo: false
21+
before_deploy:
22+
- pip install -r requirements-dev.txt
2123
deploy:
2224
provider: pypi
2325
user: skoegl

0 commit comments

Comments
 (0)