mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-26 12:14:24 +01:00
.travis.yml refresh
- Update to xenial - Remove unused pandoc dependency - Run our (currently very minimal) test suite
This commit is contained in:
parent
c91b5f74ea
commit
51f441085e
12
.travis.yml
12
.travis.yml
@ -1,4 +1,4 @@
|
|||||||
dist: trusty
|
dist: xenial
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
@ -7,12 +7,10 @@ python:
|
|||||||
- '3.5'
|
- '3.5'
|
||||||
- '3.6'
|
- '3.6'
|
||||||
|
|
||||||
script: python3 -m compileall .
|
install: python3 setup.py install
|
||||||
|
script:
|
||||||
addons:
|
- python3 -m compileall .
|
||||||
apt:
|
- cd test/ && python3 -m unittest *.py
|
||||||
packages:
|
|
||||||
- pandoc
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pypi
|
provider: pypi
|
||||||
|
Loading…
Reference in New Issue
Block a user