File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
3- - 2.6
43 - 2.7
5- - 3.2
6- - 3.3
7- - 3.4
4+ - 3.5
5+ - 3.6
86 - pypy
9- install :
10- - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
117script :
12- - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then unit2 discover -v; else python -m unittest discover -v; fi
8+ - python -m unittest discover -v
139notifications :
1410 email :
1511 - dickinsm@gmail.com
Original file line number Diff line number Diff line change 22Tests for Polygon.winding_number.
33
44"""
5- import sys
6- if sys .version_info >= (2 , 7 ):
7- import unittest
8- else :
9- import unittest2 as unittest
5+ import unittest
106
117try :
128 import numpy
Original file line number Diff line number Diff line change 22Tests for Polyhedron winding number calculation.
33
44"""
5- import sys
6- if sys .version_info >= (2 , 7 ):
7- import unittest
8- else :
9- import unittest2 as unittest
5+ import unittest
106
117try :
128 import numpy
You can’t perform that action at this time.
0 commit comments