Merge pull request #12 from greatestape/roll-back-cim16-import
[PyCIM.git] / .travis.yml
blob0bc8e0acfc0661f2d2f5378353ef84a1c4b1b4fc
1 language: python
2 python:
3     - "2.7"
4 install:
5     - "pip install -e ."
6     - "pip install pytest"
7 script: 
8     - "pytest PyCIM/Test/*Test.py"