ci: Migrate CI from Azure Pipelines to GitHub Actions (#233)

Migrated CI from Azure Pipelines to GitHub Actions.
Until the release process is figured out in Actions, we'll stick to using Azure pipelines for releases.
This commit is contained in:
Matan Kushner
2019-09-04 19:13:53 -04:00
committed by GitHub
parent 68754208c1
commit e66d7bae1c
15 changed files with 108 additions and 234 deletions
-2
View File
@@ -4,8 +4,6 @@ use std::process::Command;
use ansi_term::Color;
use crate::config::Config;
use super::{Context, Module};
/// Creates a module with the current Python version