Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
WIP: .travis.yml: Update for simpler unittesting
Browse files Browse the repository at this point in the history
See Issue #34.

Signed-off-by: Erik Bernoth <erik.bernoth@gmail.com>
  • Loading branch information
erikbgithub committed May 13, 2013
1 parent 8143860 commit 5a4d6f2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ python:
- "2.7"

install:
- "python setup.py sdist"
- "pip install dist/monk_tf-0.1.1.tar.gz"
- "python setup.py develop"

script:
- "python test/test_all.py"
- "python setup.py nosetests"

before_install:
- "sudo apt-get install python2.7 python2.7-dev libssh2-1 libssh2-1-dev"
- "sudo apt-get install python-pip"
- "sudo apt-get install python2.7-dev libssh2-1-dev"

0 comments on commit 5a4d6f2

Please sign in to comment.