Let travis install deps. from requirements.txt.
authorhbc <bcxxxxxx@gmail.com>
Mon, 9 Feb 2015 14:40:45 +0000 (22:40 +0800)
committerhbc <bcxxxxxx@gmail.com>
Mon, 9 Feb 2015 14:44:49 +0000 (22:44 +0800)
.travis.yml

index 1bc0445d338fd88ffae90fce1d0ef8ef19b79db0..55473e207032cdeee82de1518bf497b6bdb3500a 100644 (file)
@@ -10,7 +10,7 @@ python:
   - "pypy"
 
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
-install: pip install pytest
+install: pip install -r requirements.txt --use-mirrors
 
 # command to run tests, e.g. python setup.py test
-script: py.test
\ No newline at end of file
+script: py.test