There was an error while loading. Please reload this page.
1 parent 9403309 commit 19e8476Copy full SHA for 19e8476
1 file changed
.travis.yml
@@ -11,15 +11,9 @@ install:
11
- pip install -r requirements.txt
12
- pip install -r dev-requirements.txt
13
14
-before_script:
15
- - "export DISPLAY=:99.0"
16
- - "sh -e /etc/init.d/xvfb start"
17
- - sleep 3 # give xvfb some time to start
18
- - xauth generate :99.0 . trusted
19
-
20
# command to run tests
21
-script:
22
- nosetests --exe --with-xunit --with-coverage --cover-html --cover-html-dir=Coverage_report --verbosity=3 test/ examples/run_examples.py
+script:
+ python runtests.py --with-coverage --cover-html --cover-html-dir=Coverage_report
23
24
after_success:
25
- codecov
0 commit comments