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:
60772bf
)
Fixing travis
author
Daniel Roy Greenfeld
<pydanny@gmail.com>
Wed, 25 Nov 2015 01:45:14 +0000
(17:45 -0800)
committer
Daniel Roy Greenfeld
<pydanny@gmail.com>
Wed, 25 Nov 2015 01:45:14 +0000
(17:45 -0800)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 599fea45df12345a69d82a963cfdab5dbc8693f7..9493da952a8039abe6bd2447f7de15ee74410710 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-11,7
+11,7
@@
python:
- "pypy"
# 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: py.test