From a9bde93d2c0e04071e17ba8105743a5bb72c8c08 Mon Sep 17 00:00:00 2001 From: SunDwarf Date: Mon, 28 Sep 2015 16:36:25 +0100 Subject: [PATCH] Fix test commands. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb62202..ba26c77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,9 @@ python: - "3.3" - "3.4" - "3.5" + - "nightly" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors -install: pip install -r requirements.txt --use-mirrors +install: pip install -r requirements.txt # command to run tests, e.g. python setup.py test script: nosetests --with-coverage --cover-package=flask_s3 after_success: coveralls