Skip to content

Commit c70909b

Browse files
authored
Update .travis.yml
1 parent 0c12ddb commit c70909b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ python:
1212
- "3.2"
1313

1414
# command to install dependencies
15-
15+
python setup.py install
16+
1617
install:
18+
1719
- pip install -r requirements.txt
1820
- pip3 install -r requirements.txt
1921
# command to run tests

0 commit comments

Comments
 (0)