From af43b2611aca77bc4312e51d9a4e64c1a585b4be Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Mon, 10 Aug 2015 17:18:36 +0200 Subject: [PATCH] more doc --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c8dd405..abb42b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,15 +9,17 @@ install: # libraries for static linking - sudo apt-get install binutils-gold libc6-dev libpthread-stubs0-dev # math libraries - - sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev + - sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev # MPI - sudo apt-get install openmpi-bin libopenmpi-dev # PEP8 and py.test - sudo pip install pytest pep8 script: + # test PEP8 conformity - pep8 --ignore=E501 update.py - pep8 --ignore=E501 test/test.py - pep8 --ignore=E501 lib/config.py + # run unit tests - py.test -vv update.py - py.test -vv test/test.py - py.test -vv lib/config.py