Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AvantiShri committed Apr 27, 2020
2 parents aa33e23 + c9e3878 commit 2a9e996
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ install:
- pip install tqdm
- pip install psutil
- pip install matplotlib
##MEME installation
#- wget http://alternate.meme-suite.org/meme-software/5.1.1/meme-5.1.1.tar.gz
#- tar zxf meme-5.1.1.tar.gz
#- cd meme-5.1.1
#- ./configure --prefix=$HOME/meme --with-url=http://alternate.meme-suite.org/ --enable-serial --enable-build-libxml2 --enable-build-libxslt
#- make
#- make test
#- make install
#- cd ..
#- export PATH="$HOME/meme/bin:$PATH"
#- meme #test to see if it works...

script:
- PYTHONPATH=$PWD:$PYTHONPATH py.test

0 comments on commit 2a9e996

Please sign in to comment.