From fbc9bf2cca41067f41f2357bb3773f2e73bb441c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 30 Jun 2014 22:51:15 +0300 Subject: [PATCH] .travis.yml & requirements.txt: some fixes * Install Limnoria. * Don't specify Python version. * I am curious if this is possible. --- .travis.yml | 6 +++--- requirements.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b42023..98f0df4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: python -python: - - "2.7" # command to install dependencies -install: "pip install -q -r requirements.txt --use-mirrors" +install: + - "pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt" + - "pip install -r requirements.txt" # command to run tests script: sphinx-build -nW -b html -d _build/doctrees . _build/html # Flags used here, not in `make html`: diff --git a/requirements.txt b/requirements.txt index 6966869..1596a53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ sphinx +pip install git+https://github.com/ProgVal/Limnoria.git@testing