remove python2
This commit is contained in:
1
ci.nix
1
ci.nix
@@ -20,7 +20,6 @@ in
|
||||
haskell = writeTest "Rolf" simples.haskell;
|
||||
js = writeTest "function add(n,d){return n+d}" simples.js;
|
||||
perl = writeTest "Howdy!" simples.perl;
|
||||
python2 = writeTest "['some', 'random', 'variables']" simples.python2;
|
||||
python3 = writeTest "['some', 'random', 'variables']" simples.python3;
|
||||
sed = writeTest "hello world" simples.sed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user