Skip to content

Commit

Permalink
Work on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed May 2, 2017
1 parent b79909e commit 07a2a1f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python

python:
- "2.7"

before_install:
- ls
- pip install . --user

script:
- python -m benchpress.testing

0 comments on commit 07a2a1f

Please sign in to comment.