Skip to content

Commit

Permalink
adding bin/build
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Jan 19, 2015
1 parent 227a470 commit f73a57f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ docs/_build/
target/
*~
man/
pip-selfcheck.json
pip-selfcheck.json
.uranium
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ language: python
python:
- "2.7"
- "3.4"
install:
- "pip install ."
- "uranium"
script: "nosetests --with-coverage --cover-package=uranium $1"
install: "bin/build"
script: "bin/test"
4 changes: 1 addition & 3 deletions bin/build
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
./scripts/uranium --no-uranium
./.uranium/bin/pip install -e .
./.uranium/bin/uranium
./scripts/uranium

0 comments on commit f73a57f

Please sign in to comment.