aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick <pn.appdev@gmail.com>2015-01-04 17:22:02 -0500
committerPatrick <pn.appdev@gmail.com>2015-01-04 17:22:02 -0500
commit3fb758cfb9b4dba2a3bfedfa7c2381275c6d1a80 (patch)
treed749eab17e97bfd2c1fd5073a83c79824201e244
parentf92e5fc45f0664c1d4acbd2e73320851d6d8f73c (diff)
downloadtimeout-decorator-3fb758cfb9b4dba2a3bfedfa7c2381275c6d1a80.tar.gz
renamed to requirements.txt
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index da6441b..67fd481 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ python:
- '3.2'
- '3.3'
- '3.4'
-install: pip install -r requirements
+install: pip install -r requirements.txt
script: nosetests
deploy:
provider: pypi