Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
remove freesasa and torch
  • Loading branch information
CunliangGeng committed Aug 27, 2019
1 parent f96f0b1 commit 889fac2
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,6 @@ before_install:
- conda install -c conda-forge pytest-cov
- conda install python=3.6

# install freesasa python bindings
# - pip install freesasa==2.0.3.post4 # <- doesn't work anymore

# install freesasa
# - conda install cython
# - git clone https://github.com/freesasa/freesasa-python
# - cd freesasa-python
# - git submodule update --init
# - USE_CYTHON=1 python setup.py build
# - export PYTHONPATH=$PYTHONPATH: ???

# install freesasa
# - conda install cython
# - sudo apt-get install -y libxml2 libxml2-dev libjson0 libjson0-dev
# - wget http://github.com/mittinatten/freesasa/releases/download/2.0.2/freesasa-2.0.2.tar.gz
# - mkdir freesasa
# - tar -xvf freesasa-2.0.2.tar.gz -C freesasa --strip-components=1
# - cd freesasa
# - ./configure --disable-xml --disable-json --enable-python-bindings --with-python=python3.6 CFLAGS="-fPIC" --prefix=$HOME
# - make
# - make install
# - cd ../


# install pytorch
# - conda install pytorch=1.0 torchvision cuda80 -c soumith

# codacy-coverage
- pip install -q --upgrade pip
- pip install -q coverage
Expand Down

0 comments on commit 889fac2

Please sign in to comment.