Skip to content

Commit

Permalink
Added Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryadas98 committed Jun 13, 2018
1 parent a041641 commit 087b2f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python: 3.5

install :
- pip install git+https://github.com/aerospaceresearch/orbitdeterminator
- pip install -r requirements.txt

script : pytest
6 changes: 6 additions & 0 deletions test_travis.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import pytest

def test_travis():
given = 1
expected = 1
assert given == expected

0 comments on commit 087b2f2

Please sign in to comment.