Skip to content

Commit ce6ea37

Browse files
author
itxaka
committed
changed things around
1 parent 01a58f2 commit ce6ea37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- "2.6"
44
- "2.7"
55
# command to install dependencies
6-
install: "python setup.py install"
6+
install:
7+
- pip install -r requirements.txt
78
# command to run tests
89
script: invoke tests

0 commit comments

Comments
 (0)