Skip to content

Commit 34e5e34

Browse files
committed
Drop Travis CI
1 parent 8e15826 commit 34e5e34

File tree

3 files changed

+3
-52
lines changed

3 files changed

+3
-52
lines changed

.travis.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ProcRunner
1111
:target: https://anaconda.org/conda-forge/procrunner
1212
:alt: Conda Version
1313

14-
.. image:: https://travis-ci.org/DiamondLightSource/python-procrunner.svg?branch=master
15-
:target: https://travis-ci.org/DiamondLightSource/python-procrunner
14+
.. image:: https://dev.azure.com/procrunner/procrunner/_apis/build/status/CI?branchName=master
15+
:target: https://github.com/DiamondLightSource/python-procrunner/commits/master
1616
:alt: Build status
1717

1818
.. image:: https://ci.appveyor.com/api/projects/status/jtq4brwri5q18d0u/branch/master

tox.ini

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
[tox]
22
envlist = py36, py37, py38, flake8
33

4-
[travis]
5-
python =
6-
3.8: py38
7-
3.7: py37
8-
3.6: py36
9-
104
[testenv:azure]
115
basepython = python
126
deps =
@@ -26,6 +20,7 @@ commands = flake8 procrunner
2620
[testenv]
2721
setenv =
2822
PYTHONPATH = {toxinidir}
23+
PYTHONDEVMODE = 1
2924
deps =
3025
-r{toxinidir}/requirements_dev.txt
3126
; If you want to make tox run the tests with the same versions, create a

0 commit comments

Comments
 (0)