Skip to content

Commit

Permalink
ADD: travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Mokrov authored Apr 10, 2019
1 parent 245bfeb commit a946c25
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
python:
- "3.6"
sudo: false
cache:
pip: true
before_install:
- pip3 install -U pip
install:
- pip3 install -r requirements.txt
- python3 setup.py install
script:

0 comments on commit a946c25

Please sign in to comment.