em directory with tests, faded, them and travis update

This commit is contained in:
Lindsey Heagy
2015-11-05 13:17:04 -08:00
parent 10bd87ac02
commit 63a2ace3db
12 changed files with 3 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
import unittest, os
from SimPEG.EM import Examples
class EM_ExamplesRunning(unittest.TestCase):
def test_CylInversion(self):
Examples.CylInversion.run(plotIt=False)
if __name__ == '__main__':
unittest.main()