Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Update .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 13, 2019
1 parent 168bf46 commit fae5ca7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:

# Normal tests
- stage: test
sudo: false
language: python
python: "3.5"
install:
- pip install pytest pybind11
Expand All @@ -17,8 +15,6 @@ jobs:
- pip install dist/robotpy-pathfinder-*.tar.gz

- stage: test
sudo: false
language: python
python: "3.6"
install:
- pip install pytest pybind11
Expand All @@ -27,8 +23,6 @@ jobs:
- pip install dist/robotpy-pathfinder-*.tar.gz

- stage: test
sudo: false
language: python
python: "3.7"
install:
- pip install pytest pybind11
Expand All @@ -37,16 +31,13 @@ jobs:
- pip install dist/robotpy-pathfinder-*.tar.gz

- stage: format-check
python:
- "3.6"
python: "3.6"
install:
- pip install black
script:
- black --check --diff .

- stage: deploy-pypi
sudo: false
language: python
python: "3.6"
if: tag IS present
install: true
Expand Down

0 comments on commit fae5ca7

Please sign in to comment.