Skip to content

Commit

Permalink
travis.yml: rollback previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele committed Sep 10, 2019
1 parent b1925ac commit c95f100
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ dist: xenial
language: python
addons:
artifacts: true
apt:
update: true
python:
- '3.7'
stages:
Expand All @@ -13,6 +11,9 @@ stages:
- Deploy
before_install:
- sudo apt-get install -y --no-install-recommends bc
addons:
apt:
update: true
install: &requirements
- pip install -r dev-requirements.txt
- pip install -e .
Expand Down

0 comments on commit c95f100

Please sign in to comment.