travis config

This commit is contained in:
Nikolay Kim 2017-05-14 12:55:52 -07:00
parent 3e20979f3f
commit 24f5c3f5e4
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ python:
- "3.5" - "3.5"
- "3.6" - "3.6"
env: env:
- RUST_VERSION=1.17.0 # - RUST_VERSION=1.17.0
# - RUST_VERSION=nightly - RUST_VERSION=nightly
sudo: false sudo: false
install: install:
- python -c "import sysconfig; print('\n'.join(map(repr,sorted(sysconfig.get_config_vars().items()))))" - python -c "import sysconfig; print('\n'.join(map(repr,sorted(sysconfig.get_config_vars().items()))))"