Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
Unit Tests 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves authored Jan 8, 2019
1 parent a67a2cd commit 4e92815
Showing 1 changed file with 8 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.6"
cache: pip
install:
- pip install -r requirements.txt
script:
- python tests.py

0 comments on commit 4e92815

Please sign in to comment.