Skip to content

Commit

Permalink
Use requirements.txt to install httpie
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvetta committed Aug 18, 2015
1 parent 9fbb2f0 commit 510a37e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ machine:
environment:
NEO4J_URL: http://neo4j:foobar@localhost:7474/db/data/

dependencies:
pre:
- pip install httpie

test:
pre:
- http -a neo4j:neo4j POST http://localhost:7474/user/neo4j/password password=foobar
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# Python depenencies - used for automated testing on CircleCI
#

httpie

0 comments on commit 510a37e

Please sign in to comment.