Skip to content

Commit

Permalink
Add basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
CrispyBacon1999 committed Dec 6, 2018
1 parent 388be98 commit 4b4adfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ dist: xenial
python:
- "3.7"
install:
- pip install -r requirements.txt
- pip install -r requirements.txt
script: pytest
2 changes: 2 additions & 0 deletions vyper/tests/test_api.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def test_always_valid():
assert True

0 comments on commit 4b4adfa

Please sign in to comment.