Skip to content

Commit d495ee6

Browse files
committed
Remove enviornment test for travis
1 parent 7d538dd commit d495ee6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

astro/tests/test_spiceypy.py

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
from astro import kernels
1212

13-
def test_correct_enviornment_loaded():
14-
opencv_envl = '/home/shankar/anaconda3/envs/astro'
15-
np.testing.assert_equal(sys.prefix, opencv_envl)
16-
1713
def test_spiceypy_installation_correct():
1814
spice_version = 'CSPICE_N0066'
1915
np.testing.assert_equal(spice.tkvrsn('TOOLKIT'),spice_version)

0 commit comments

Comments
 (0)