Skip to content

Commit

Permalink
Remove enviornment test for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
skulumani committed Dec 3, 2017
1 parent 7d538dd commit d495ee6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions astro/tests/test_spiceypy.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@

from astro import kernels

def test_correct_enviornment_loaded():
opencv_envl = '/home/shankar/anaconda3/envs/astro'
np.testing.assert_equal(sys.prefix, opencv_envl)

def test_spiceypy_installation_correct():
spice_version = 'CSPICE_N0066'
np.testing.assert_equal(spice.tkvrsn('TOOLKIT'),spice_version)
Expand Down

0 comments on commit d495ee6

Please sign in to comment.