Updates travis testing installation step

This commit is contained in:
LSaldyt
2017-10-09 13:08:35 -06:00
parent 81984d24e2
commit ca38b16e72
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ branches:
- "master"
python:
- "3.6"
install:
- pip3 install -r requirements.txt
script:
- python3 tests.py