Skip to content

Commit

Permalink
customizing travis version of build
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Jan 19, 2015
1 parent f396a75 commit bbff8a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ language: python
python:
- "2.7"
- "3.4"
install: "bin/build"
install:
- "pip install ."
- "bin/uranium"
script: "bin/test"
2 changes: 1 addition & 1 deletion uranium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ parts:
test:
recipe: yt.recipe.shell
script: "./bin/nosetests --with-coverage --cover-package=uranium $1"
name: test
name: test

0 comments on commit bbff8a8

Please sign in to comment.