Skip to content

Commit

Permalink
Testing using rvm: 1.9.3 to solve segmentation fault
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
  • Loading branch information
ChristianTremblay committed Jan 10, 2016
1 parent ad6364b commit 85f3b0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,4 +1,5 @@
language: python
rvm: 1.9.3
python:
- '3.3'
- '3.4'
Expand All @@ -11,7 +12,7 @@ install:
- pip install coveralls
- pip install nose
script:
- nosetests --with-coverage --cover-package=BAC0
- nosetests --with-coverage --cover-package=BAC0 -v
after_success: coveralls

deploy:
Expand Down

0 comments on commit 85f3b0e

Please sign in to comment.