diff options
author | Martin Vilcans <martin@librador.com> | 2013-08-13 16:29:16 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2013-08-13 16:29:16 +0200 |
commit | bc51cf3d658cfe00ce5b154f51d750283bea6a6e (patch) | |
tree | cc342ab6b2f11938fb221ec7251f246997e820d7 /.travis.yml | |
parent | 4eb7cc036c558dfa8ecea0fbd61290326bd9fd35 (diff) | |
download | screenplain-bc51cf3d658cfe00ce5b154f51d750283bea6a6e.tar.gz |
Use bin/test for Travis tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ced5c95..0253859 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: - "2.6" - "2.5" install: pip install -r requirements.txt -script: nosetests +script: bin/test |