Skip to content

Commit ee18118

Browse files
committed
Only cache specific dirs, set PYTHONPATH
- Remove virtualenvs so they won't be cached, and cause conflicts - Setup this module in develop mode, so that tests can legally do `from lambda_uploader import ...`
1 parent 9eb90fa commit ee18118

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

circle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
dependencies:
2+
pre:
3+
- rm -r ~/virtualenvs
4+
15
machine:
26
python:
37
version: 2.7
48

59
test:
610
pre:
711
- pip install -r test-requirements.txt
12+
- python setup.py develop
813
override:
914
- flake8 .
1015
- py.test

0 commit comments

Comments
 (0)