Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
29f8057f
Commit
29f8057f
authored
Apr 05, 2018
by
Jason Swails
Browse files
Revert "py.test doesn't like to install with easy_install-ed pip"
This reverts commit
7c0d5aa3
.
parent
7c0d5aa3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
.travis.yml
.travis.yml
+4
-5
No files found.
.travis.yml
View file @
29f8057f
...
...
@@ -110,7 +110,8 @@ before_install:
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install fftw;
brew install -y https://raw.githubusercontent.com/Homebrew/homebrew-core/5b680fb58fedfb00cd07a7f69f5a621bb9240f3b/Formula/doxygen.rb;
sudo easy_install nose;
sudo easy_install pip;
sudo pip install pytest;
fi
-
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
CMAKE_URL="http://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz";
...
...
@@ -170,13 +171,11 @@ script:
-
if [[ "$OPENCL" == "false" && "$CUDA" == "false" ]]; then
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
sudo make PythonInstall;
python -m simtk.testInstallation;
(cd python/tests && nosetests -v);
else
make PythonInstall;
fi;
python -m simtk.testInstallation;
(cd python/tests && py.test -v);
fi;
fi
# Run the tests, and rerun any failing tests.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment