Skip to content

Commit

Permalink
Merge pull request #60 from hainm/master
Browse files Browse the repository at this point in the history
clean root folder
  • Loading branch information
hainm committed Feb 18, 2015
2 parents 15fc673 + 810c72c commit 4b803af
Show file tree
Hide file tree
Showing 26 changed files with 4 additions and 194 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,18 @@ before_install:
- sudo apt-get install libnetcdf-dev
- sudo apt-get install gfortran
- sudo apt-get install -qq libz-dev libbz2-dev
- sh ./for_travis/install_cpptraj.sh
#- sh ./for_travis/install_cython_git.sh
- sh ./development/for_travis/install_cpptraj.sh
install:
- pip install numpy
- pip install cython
- export AMBERHOME=`pwd`"/cpptraj/"
- export CPPTRAJHOME=`pwd`"/cpptraj/"
#- export AMBERHOME=`pwd`"/Ambertools/dev/cpptraj/"
#- export CPPTRAJHOME=`pwd`"/Ambertools/dev/cpptraj/"
- python ./setup.py install
script:
#- export AMBERHOME=`pwd`"/Ambertools/dev/cpptraj/"
- export AMBERHOME=`pwd`"/cpptraj/"
- export PYCPPTRAJ_HOME=`pwd`
- export LD_LIBRARY_PATH=$AMBERHOME/lib:$LD_LIBRARY_PATH
- python ./for_travis/fake_test.py
- python ./development/for_travis/fake_test.py
- python ./tests/test_import_class.py
- cd ./tests
- python -c 'import pytraj'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions install.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Read:
./installs/libcpptraj.txt
./installs/pycpptraj.txt
python setup.py install
File renamed without changes.
File renamed without changes.
184 changes: 0 additions & 184 deletions setup_test_0.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_save_trajlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_0(self):
traj0_new = traj2[:Nsize]

for frame0, frame0_new in zip(traj0, traj0_new):
assert (frame0.rmsd(frame0_new) < 1E-4)
assert (frame0.rmsd(frame0_new) < 1E-3)

if __name__ == "__main__":
unittest.main()

0 comments on commit 4b803af

Please sign in to comment.