projects
/
cached-property.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbeb6d3
)
Let travis install deps. from requirements.txt.
author
hbc
<bcxxxxxx@gmail.com>
Mon, 9 Feb 2015 14:40:45 +0000
(22:40 +0800)
committer
hbc
<bcxxxxxx@gmail.com>
Mon, 9 Feb 2015 14:44:49 +0000
(22:44 +0800)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 1bc0445d338fd88ffae90fce1d0ef8ef19b79db0..55473e207032cdeee82de1518bf497b6bdb3500a 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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