Skip to content

Commit

Permalink
For now run selenium tests only on 2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuramachandran committed Mar 22, 2017
1 parent e741603 commit a890c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_script:
script:
- coverage erase
- coverage run -p -m nose.core -v vixen/tests
- coverage run -p -m nose.core -v vixen/integration_tests
- if [[ ${TRAVIS_PYTHON_VERSION} == "2.7"] ; then coverage run -p -m nose.core -v vixen/integration_tests; fi
- coverage combine

after_success:
Expand Down

0 comments on commit a890c96

Please sign in to comment.