Browse Source

Travis for testing python #310 (#312)

add python installation instructions
pull/1/head
Alexey Velikiy 5 years ago committed by GitHub
parent
commit
bb5f2df623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .travis.yml

4
.travis.yml

@ -4,6 +4,10 @@ matrix:
python: 3.6.6
before_script:
- cd analytics
- pip install -r requirements.txt
- sudo apt-get update
- sudo apt-get install -y
apt-utils gnupg curl make g++ git
script:
- python -m unittest discover
notifications:

Loading…
Cancel
Save