Merge pull request #120 from nlevitt/travis-trough

fixing travis build
This commit is contained in:
Noah Levitt 2019-04-08 11:25:35 -07:00 committed by GitHub
commit c048b05d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ RUN apt-get install -y libsqlite3-dev
# trough itself
RUN virtualenv -p python3 /opt/trough-ve3 \
&& . /opt/trough-ve3/bin/activate \
&& pip install git+https://github.com/jkafader/snakebite@feature/python3-version-string \
&& pip install git+https://github.com/nlevitt/snakebite.git@py3 \
&& pip install git+https://github.com/internetarchive/trough.git
RUN mkdir -vp /etc/service/trough-sync-local \

View File

@ -5,7 +5,7 @@
set -x
pip install git+https://github.com/jkafader/snakebite@feature/python3-version-string
pip install git+https://github.com/nlevitt/snakebite.git@py3
pip install git+https://github.com/internetarchive/trough.git
mkdir /etc/trough