Skip to content

Commit

Permalink
Removed testing with behave on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
robintw committed Oct 13, 2018
1 parent fd0a889 commit b98f0c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:
# http://conda.pydata.org/docs/travis.html # http://conda.pydata.org/docs/travis.html
# The following adopts approaches suggested in the above links. # The following adopts approaches suggested in the above links.
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
pytest behave pytest
python-dateutil pyyaml numpy git python-dateutil pyyaml numpy git
matplotlib matplotlib
pandas pytables xlrd xlwt pandas pytables xlrd xlwt
Expand Down Expand Up @@ -59,8 +59,6 @@ install:




script: script:
- cd test/ && behave
- cd ..
# Run py.test with 'v' (verbose) to show test function names and # Run py.test with 'v' (verbose) to show test function names and
# 'rs' to show reasons for skipped tests # 'rs' to show reasons for skipped tests
- py.test -v -rs integration_test - py.test -v -rs integration_test

0 comments on commit b98f0c7

Please sign in to comment.