Skip to content

Commit

Permalink
Drop Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthchirp committed Nov 23, 2020
1 parent 8e15826 commit 34e5e34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 52 deletions.
44 changes: 0 additions & 44 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ProcRunner
:target: https://anaconda.org/conda-forge/procrunner
:alt: Conda Version

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

.. image:: https://ci.appveyor.com/api/projects/status/jtq4brwri5q18d0u/branch/master
Expand Down
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
[tox]
envlist = py36, py37, py38, flake8

[travis]
python =
3.8: py38
3.7: py37
3.6: py36

[testenv:azure]
basepython = python
deps =
Expand All @@ -26,6 +20,7 @@ commands = flake8 procrunner
[testenv]
setenv =
PYTHONPATH = {toxinidir}
PYTHONDEVMODE = 1
deps =
-r{toxinidir}/requirements_dev.txt
; If you want to make tox run the tests with the same versions, create a
Expand Down

0 comments on commit 34e5e34

Please sign in to comment.