Skip to content

Commit

Permalink
Update tox config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Apr 11, 2014
1 parent 0843b8c commit 752c7ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Expand Up @@ -6,20 +6,20 @@ deps=
nose
testfixtures
commands=
nosetests
nosetests engineer/unittests

[testenv:upgrade]
deps=
nose
testfixtures
engineer
commands=
nosetests
nosetests engineer/unittests

[testenv:build]
changedir={envtmpdir}
commands=
engineer init
engineer init --sample
engineer build -s config.yaml -vc
engineer build -s oleb.yaml -vc

Expand Down

0 comments on commit 752c7ef

Please sign in to comment.