Skip to content

Commit

Permalink
back to basics
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Jan 19, 2015
1 parent f73a57f commit 4620390
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ language: python
python:
- "2.7"
- "3.4"
install: "bin/build"
script: "bin/test"
install: "pip install -r requirements.txt"
script: "nosetests --with-coverage --cover-package=uranium"
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# seems like this is the only way to get this to build on travis.
-e .
mock
nose
httpretty
coverage

0 comments on commit 4620390

Please sign in to comment.