Skip to content

Commit dfaf678

Browse files
committed
travis: Use poetry
1 parent d15f936 commit dfaf678

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ cache:
3636
- ~/source
3737
- ~/build
3838
install:
39-
- pip install -e .
40-
- pip install -r requirements/test.txt
41-
- pip install -r requirements/dev.txt
39+
- pip install poetry
40+
- poetry install
4241
before_script:
4342
- mkdir -p ~/source
4443
- mkdir -p ~/build/tmux-$TMUX_VERSION
@@ -51,7 +50,7 @@ before_script:
5150
- cd $TRAVIS_BUILD_DIR
5251
- tmux -V
5352
script:
54-
- py.test --cov
53+
- poetry run py.test --cov
5554
- make flake8
5655
addons:
5756
apt:

0 commit comments

Comments
 (0)