Configure Travis CI for Python 3.
This commit is contained in:
parent
cd21fb2396
commit
8c318c6d38
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "3.6"
|
||||||
sudo: false
|
sudo: false
|
||||||
install:
|
install:
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
before_script:
|
before_script:
|
||||||
|
|
@ -10,6 +10,6 @@ before_script:
|
||||||
- cd dummy
|
- cd dummy
|
||||||
- evennia migrate
|
- evennia migrate
|
||||||
script:
|
script:
|
||||||
- coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test evennia
|
- coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test evennia
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue