Skip to content

Commit

Permalink
Merge 744f39d into 271687f
Browse files Browse the repository at this point in the history
  • Loading branch information
remiomosowon committed Mar 15, 2020
2 parents 271687f + 744f39d commit ef494a7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@ language: python

python:
- "2.7"
- "3.6"
- "3.8"

before_install:
- python --version
- pip install -U pip
- pip install coveralls
- pip install -r requirements.dev

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -r requirements.txt
- pip install coveralls

# command to run tests, e.g. python setup.py test
script:
coverage run --source=pyeasyga setup.py test
python -m unittest discover tests/

after_success:
coveralls

0 comments on commit ef494a7

Please sign in to comment.