Skip to content

Commit

Permalink
simplified circle-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Mar 2, 2016
1 parent a6cb7fa commit 31096a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
dependencies:
pre:
- pip install -r tests/requirements.txt

test:
override:
- py.test

0 comments on commit 31096a7

Please sign in to comment.