Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Running only test_system-test_rules.py. #199

Merged
merged 2 commits into from
Nov 18, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ install:
# Install Miniconda so we can use it to manage dependencies.
- export CONDA_BASE=http://repo.continuum.io/miniconda/Miniconda
- if [[ "$TRAVIS_PYTHON_VERSION" == 2* ]]; then
wget ${CONDA_BASE}-3.4.2-Linux-x86_64.sh -O miniconda.sh;
wget ${CONDA_BASE}-3.7.0-Linux-x86_64.sh -O miniconda.sh;
else
wget ${CONDA_BASE}3-3.4.2-Linux-x86_64.sh -O miniconda.sh;
wget ${CONDA_BASE}3-3.7.0-Linux-x86_64.sh -O miniconda.sh;
fi
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
Expand All @@ -44,4 +44,4 @@ install:
- conda info -a

script:
- cd test && nosetests --verbose --nocapture
- cd test && nosetests --verbose --nocapture test_system-test_rules.py