We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6f173 commit a8dffffCopy full SHA for a8dffff
circle.yml
@@ -2,6 +2,10 @@ machine:
2
python:
3
version: 2.7
4
5
+dependencies:
6
+ post:
7
+ - rm -r ~/virtualenvs
8
+
9
test:
10
pre:
11
- pip install -r test-requirements.txt
0 commit comments