Skip to content

Commit a160a34

Browse files
committed
[CI] fingers Xed
1 parent b022479 commit a160a34

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ matrix:
99
- os: linux
1010
env: CONDA=2.7
1111
- os: linux
12-
env: CONDA=3.5
12+
env: CONDA=3.6
1313
- os: osx
1414
env: PYTHON=2.7
1515
- os: osx
1616
env: PYTHON=3.6
1717
- os: osx
1818
env: CONDA=2.7
1919
- os: osx
20-
env: CONDA=3.5
20+
env: CONDA=3.6
2121

2222
dist: trusty
2323

tests/__init__.py

Whitespace-only changes.

tests/abstractmoostest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
try:
16-
from pymoos import pymoos
16+
import pymoos
1717
except ImportError as e:
1818
logger.error('Could not find pymoos package. Is it installed?')
1919
raise e

tests/callbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
try:
16-
from pymoos import pymoos
16+
import pymoos
1717
except ImportError as e:
1818
logger.error('Could not find pymoos package. Is it installed?')
1919
raise e

tests/register.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
try:
16-
from pymoos import pymoos
16+
import pymoos
1717
except ImportError as e:
1818
logger.error('Could not find pymoos package. Is it installed?')
1919
raise e

tests/run_close.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
try:
16-
from pymoos import pymoos
16+
import pymoos
1717
except ImportError as e:
1818
logger.error('Could not find pymoos package. Is it installed?')
1919
raise e

tests/simple_comms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
try:
16-
from pymoos import pymoos
16+
import pymoos
1717
except ImportError as e:
1818
logger.error('Could not find pymoos package. Is it installed?')
1919
raise e

0 commit comments

Comments
 (0)