We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ee7f7 commit 4cd6b18Copy full SHA for 4cd6b18
.travis.yml
@@ -25,7 +25,7 @@ before_install:
25
install:
26
- pip install flake8 sphinx psycopg2 .
27
# 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
+ - pip install git+git://github.com/tjcsl/cslbot-tjhsst
29
30
before_script:
31
- psql -U postgres -c 'create database ircbot'
0 commit comments