Skip to content

Commit

Permalink
CI: remove unnecessary Travis directives + update pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
pv committed May 15, 2019
1 parent c46d9cb commit 2f926c2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: python

sudo: false

env:
global:
- USE_CONDA=false
Expand Down Expand Up @@ -30,12 +28,8 @@ matrix:
PYFLAKES_NODOCTEST=1 pyflakes asv test | grep -E -v "$SKIP" > test.out; cat test.out; test \! -s test.out
- python: 3.8-dev
dist: xenial
sudo: true

- python: 3.7
dist: xenial
sudo: true

- python: 2.7

Expand All @@ -51,7 +45,7 @@ matrix:
- python: 3.6
env: USE_CONDA=true

- python: pypy3.5-5.10.1
- python: pypy3.5-6.0

cache:
directories:
Expand Down

0 comments on commit 2f926c2

Please sign in to comment.