Skip to content

Commit 6edaaeb

Browse files
committed
pip install dev
1 parent 9860e8d commit 6edaaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cache: pip
55
python: 3.5
66

77
install:
8-
- python setup.py install
8+
- pip install -r requirements-dev.txt
99

1010
script:
1111
- python -m pytest tests/

0 commit comments

Comments
 (0)