diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-29 01:26:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-29 01:26:11 -0700 |
| commit | a4b4cdf2968d871b0467c304cc20ff20a586adae (patch) | |
| tree | f86653f1e77a2c0cb8fab94aafb4edba583fadf3 | |
| parent | b972f3aeba3ee5aa1fe11f0e0eaf7ec9350296c8 (diff) | |
| parent | b14adf400cb70e02b7a4f3602cb2b6ca272ca40e (diff) | |
| download | pyramid-a4b4cdf2968d871b0467c304cc20ff20a586adae.tar.gz pyramid-a4b4cdf2968d871b0467c304cc20ff20a586adae.tar.bz2 pyramid-a4b4cdf2968d871b0467c304cc20ff20a586adae.zip | |
Merge pull request #3337 from Pylons/travis-py3.8-dev-test
Attempt to get Python 3.8 to build on Travis-CI
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 30e7e5b79..dcbd37294 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,10 @@ matrix: env: TOXENV=py37 dist: xenial sudo: true - - python: nightly + - python: 3.8-dev env: TOXENV=py38 + dist: xenial + sudo: true allow_failures: - env: TOXENV=py38 |
