Skip to content

Commit 4cd6b18

Browse files
committed
we need deps after all
1 parent e5ee7f7 commit 4cd6b18

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
@@ -25,7 +25,7 @@ before_install:
2525
install:
2626
- pip install flake8 sphinx psycopg2 .
2727
# We need to install this separately since it will pull in CslBot from pypi otherwise
28-
- pip install --no-deps git+git://github.com/tjcsl/cslbot-tjhsst
28+
- pip install git+git://github.com/tjcsl/cslbot-tjhsst
2929

3030
before_script:
3131
- psql -U postgres -c 'create database ircbot'

0 commit comments

Comments
 (0)