Skip to content

Commit 12e9f79

Browse files
committed
fix the travis to just install the package, to always get the right dependencies
1 parent 0937df5 commit 12e9f79

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ python:
77
- "3.4"
88
- "pypy"
99
install:
10+
- pip install .
1011
- pip install -r dev-requirements.txt
11-
- pip install six
12-
- pip install 'characteristic>=14.0.0'
1312
- pip install sphinx
1413
script:
1514
- make lint

0 commit comments

Comments
 (0)