Skip to content

Commit

Permalink
change Travis-CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
m4droid committed May 13, 2017
1 parent ac3d8fe commit 95458e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: python
python:
- "3.5"
- "3.6"
services:
- mongodb
# command to install dependencies
install:
- pip install -U setuptools pip
- python setup.py develop
- pip install -r requirements.txt
- pip install -r requirements-test.txt
- pip install coveralls
# command to run tests
script: ./runtests.sh
Expand Down

0 comments on commit 95458e1

Please sign in to comment.