From 680b06977c11b3dd9721564d3a1a42a7462d0b3a Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Wed, 28 Aug 2013 23:30:29 -0700 Subject: [PATCH] Update travis to use tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7510819..b400125 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,9 @@ before_install: - wget https://github.com/kentonv/capnproto/archive/master.zip && unzip master.zip && cd capnproto-master/c++ && ./setup-autotools.sh && autoreconf -i && ./configure && make -j6 check && sudo make install && sudo ldconfig && cd ../.. - pip install -U setuptools - pip install cython + - pip install pytest install: - pip install --editable . -script: cd examples && python example.py +script: py.test