Skip to content

Commit 6eaf7cb

Browse files
author
darius BERNARD
committed
fix travis deploy part 7
1 parent a2b98fd commit 6eaf7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ after_success:
3030

3131
jobs:
3232
include:
33-
- stage: test
3433
- stage: deploy
3534
script: tox -e package
36-
install: skip
35+
install:
36+
- pip install "virtualenv" "tox>=1.9"
3737
before_install: []
3838
before_script: []
3939
after_success: []

0 commit comments

Comments
 (0)