Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Use pip3 and python3
  • Loading branch information
erocarrera committed May 13, 2021
1 parent 55de5aa commit 9dea8ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: python
cache: pip
language: python3
cache: pip3
matrix:
include:
- python: 3.8
- python: 3.9
dist: xenial
- python: nightly
dist: xenial
- python: pypy
- python: pypy3
before_install:
- if test -n "$encrypted_b0257fbf4222_key" && test -n "$encrypted_b0257fbf4222_iv"; then
Expand Down

0 comments on commit 9dea8ee

Please sign in to comment.